aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/em-x270.c2
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)
839static inline void em_x270_init_spi(void) {} 839static 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)
843static pxa2xx_audio_ops_t em_x270_ac97_info = { 843static pxa2xx_audio_ops_t em_x270_ac97_info = {
844 .reset_gpio = 113, 844 .reset_gpio = 113,
845}; 845};