Skip to content

Commit

Permalink
ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Lunn authored and Jason Cooper committed Mar 16, 2012
1 parent d34b7d4 commit 7399532
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-kirkwood/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ void __init kirkwood_init(void)
{
printk(KERN_INFO "Kirkwood: %s, TCLK=%d.\n",
kirkwood_id(), kirkwood_tclk);
kirkwood_i2s_data.tclk = kirkwood_tclk;

/*
* Disable propagation of mbus errors to the CPU local bus,
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-orion/include/plat/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __PLAT_AUDIO_H

struct kirkwood_asoc_platform_data {
u32 tclk;
int burst;
};
#endif

0 comments on commit 7399532

Please sign in to comment.