mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
It is not used anywhere in the sound driver. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
d34b7d4523
commit
7399532065
2 changed files with 0 additions and 2 deletions
|
@ -450,7 +450,6 @@ void __init kirkwood_init(void)
|
||||||
{
|
{
|
||||||
printk(KERN_INFO "Kirkwood: %s, TCLK=%d.\n",
|
printk(KERN_INFO "Kirkwood: %s, TCLK=%d.\n",
|
||||||
kirkwood_id(), kirkwood_tclk);
|
kirkwood_id(), kirkwood_tclk);
|
||||||
kirkwood_i2s_data.tclk = kirkwood_tclk;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Disable propagation of mbus errors to the CPU local bus,
|
* Disable propagation of mbus errors to the CPU local bus,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#define __PLAT_AUDIO_H
|
#define __PLAT_AUDIO_H
|
||||||
|
|
||||||
struct kirkwood_asoc_platform_data {
|
struct kirkwood_asoc_platform_data {
|
||||||
u32 tclk;
|
|
||||||
int burst;
|
int burst;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue