提交 73995320 编写于 作者: A Andrew Lunn 提交者: Jason Cooper

ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.

It is not used anywhere in the sound driver.
Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 d34b7d45
...@@ -450,7 +450,6 @@ void __init kirkwood_init(void) ...@@ -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 @@ ...@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册