diff options
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 47bf9a0aab79..8089f8ee05c0 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
@@ -25,12 +25,12 @@ | |||
25 | #include <sound/tlv.h> | 25 | #include <sound/tlv.h> |
26 | 26 | ||
27 | #include <asm/hardware/scoop.h> | 27 | #include <asm/hardware/scoop.h> |
28 | #include <asm/arch/regs-clock.h> | 28 | #include <mach/regs-clock.h> |
29 | #include <asm/arch/regs-gpio.h> | 29 | #include <mach/regs-gpio.h> |
30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
31 | #include <asm/arch/audio.h> | 31 | #include <mach/audio.h> |
32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
33 | #include <asm/arch/spi-gpio.h> | 33 | #include <mach/spi-gpio.h> |
34 | 34 | ||
35 | #include <asm/plat-s3c24xx/regs-iis.h> | 35 | #include <asm/plat-s3c24xx/regs-iis.h> |
36 | 36 | ||