diff options
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index c6614e52ad12..003e2ac654d8 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -451,7 +451,7 @@ static const struct ad7877_platform_data bfin_ad7877_ts_info = { | |||
451 | }; | 451 | }; |
452 | #endif | 452 | #endif |
453 | 453 | ||
454 | #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) \ | 454 | #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_SND_SOC_WM8731_MODULE) \ |
455 | && defined(CONFIG_SND_SOC_WM8731_SPI) | 455 | && defined(CONFIG_SND_SOC_WM8731_SPI) |
456 | static struct bfin5xx_spi_chip spi_wm8731_chip_info = { | 456 | static struct bfin5xx_spi_chip spi_wm8731_chip_info = { |
457 | .enable_dma = 0, | 457 | .enable_dma = 0, |
@@ -564,7 +564,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
564 | .controller_data = &spi_ad7877_chip_info, | 564 | .controller_data = &spi_ad7877_chip_info, |
565 | }, | 565 | }, |
566 | #endif | 566 | #endif |
567 | #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) \ | 567 | #if defined(CONFIG_SND_SOC_WM8731) || defined(CONFIG_SND_SOC_WM8731_MODULE) \ |
568 | && defined(CONFIG_SND_SOC_WM8731_SPI) | 568 | && defined(CONFIG_SND_SOC_WM8731_SPI) |
569 | { | 569 | { |
570 | .modalias = "wm8731", | 570 | .modalias = "wm8731", |