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-omap3beagle.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-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index a1faea3b7764..b6752ac5b97e 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -427,9 +427,7 @@ static struct twl4030_usb_data beagle_usb_data = { | |||
427 | .usb_mode = T2_USB_MODE_ULPI, | 427 | .usb_mode = T2_USB_MODE_ULPI, |
428 | }; | 428 | }; |
429 | 429 | ||
430 | static struct twl4030_codec_audio_data beagle_audio_data = { | 430 | static struct twl4030_codec_audio_data beagle_audio_data; |
431 | .audio_mclk = 26000000, | ||
432 | }; | ||
433 | 431 | ||
434 | static struct twl4030_codec_data beagle_codec_data = { | 432 | static struct twl4030_codec_data beagle_codec_data = { |
435 | .audio_mclk = 26000000, | 433 | .audio_mclk = 26000000, |