diff options
author | Ilkka Koskinen <ilkka.koskinen@nokia.com> | 2011-03-02 08:24:05 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-02 20:01:14 -0500 |
commit | 6a58baf8f222f60cded29770ff9a0f6f6c100b64 (patch) | |
tree | 1ac721ae21bf6c08256736d7aa0d100f115e82f4 /arch/arm/mach-omap2/board-omap3stalker.c | |
parent | b7a834cc7d08276bf080077b3499d88f73e303ba (diff) |
omap: Remove unnecessary twl4030_codec_audio settings from board files
twl4030_codec_audio and twl4030_codec_vibra_data has unused field.
In order to remove it, corresponding settings needs to be removed
from board files.
Signed-off-by: Ilkka Koskinen <ilkka.koskinen@nokia.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index fd8b7649b149..15ede8b49815 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -431,9 +431,7 @@ static struct twl4030_madc_platform_data omap3stalker_madc_data = { | |||
431 | .irq_line = 1, | 431 | .irq_line = 1, |
432 | }; | 432 | }; |
433 | 433 | ||
434 | static struct twl4030_codec_audio_data omap3stalker_audio_data = { | 434 | static struct twl4030_codec_audio_data omap3stalker_audio_data; |
435 | .audio_mclk = 26000000, | ||
436 | }; | ||
437 | 435 | ||
438 | static struct twl4030_codec_data omap3stalker_codec_data = { | 436 | static struct twl4030_codec_data omap3stalker_codec_data = { |
439 | .audio_mclk = 26000000, | 437 | .audio_mclk = 26000000, |