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-devkit8000.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-devkit8000.c')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 54abdd064364..ddf5f04f22d9 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -342,9 +342,7 @@ static struct twl4030_usb_data devkit8000_usb_data = { | |||
342 | .usb_mode = T2_USB_MODE_ULPI, | 342 | .usb_mode = T2_USB_MODE_ULPI, |
343 | }; | 343 | }; |
344 | 344 | ||
345 | static struct twl4030_codec_audio_data devkit8000_audio_data = { | 345 | static struct twl4030_codec_audio_data devkit8000_audio_data; |
346 | .audio_mclk = 26000000, | ||
347 | }; | ||
348 | 346 | ||
349 | static struct twl4030_codec_data devkit8000_codec_data = { | 347 | static struct twl4030_codec_data devkit8000_codec_data = { |
350 | .audio_mclk = 26000000, | 348 | .audio_mclk = 26000000, |