diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c2412-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c2412-i2s.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c index ee4676ed1283..ded7d995a922 100644 --- a/sound/soc/s3c24xx/s3c2412-i2s.c +++ b/sound/soc/s3c24xx/s3c2412-i2s.c | |||
@@ -28,16 +28,16 @@ | |||
28 | #include <sound/pcm_params.h> | 28 | #include <sound/pcm_params.h> |
29 | #include <sound/initval.h> | 29 | #include <sound/initval.h> |
30 | #include <sound/soc.h> | 30 | #include <sound/soc.h> |
31 | #include <asm/hardware.h> | 31 | #include <mach/hardware.h> |
32 | 32 | ||
33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
34 | #include <asm/dma.h> | 34 | #include <asm/dma.h> |
35 | 35 | ||
36 | #include <asm/plat-s3c24xx/regs-s3c2412-iis.h> | 36 | #include <asm/plat-s3c24xx/regs-s3c2412-iis.h> |
37 | 37 | ||
38 | #include <asm/arch/regs-gpio.h> | 38 | #include <mach/regs-gpio.h> |
39 | #include <asm/arch/audio.h> | 39 | #include <mach/audio.h> |
40 | #include <asm/arch/dma.h> | 40 | #include <mach/dma.h> |
41 | 41 | ||
42 | #include "s3c24xx-pcm.h" | 42 | #include "s3c24xx-pcm.h" |
43 | #include "s3c2412-i2s.h" | 43 | #include "s3c2412-i2s.h" |