diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/em-x270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c index 5343d1f339d6..63b10d9bb1d3 100644 --- a/arch/arm/mach-pxa/em-x270.c +++ b/arch/arm/mach-pxa/em-x270.c | |||
@@ -839,7 +839,7 @@ static void __init em_x270_init_spi(void) | |||
839 | static inline void em_x270_init_spi(void) {} | 839 | static inline void em_x270_init_spi(void) {} |
840 | #endif | 840 | #endif |
841 | 841 | ||
842 | #if defined(CONFIG_SND_PXA2XX_AC97_LIB) | 842 | #if defined(CONFIG_SND_PXA2XX_LIB_AC97) |
843 | static pxa2xx_audio_ops_t em_x270_ac97_info = { | 843 | static pxa2xx_audio_ops_t em_x270_ac97_info = { |
844 | .reset_gpio = 113, | 844 | .reset_gpio = 113, |
845 | }; | 845 | }; |