diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index cd89c4105fcd..fe30e0d82d37 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c | |||
@@ -33,13 +33,14 @@ | |||
33 | 33 | ||
34 | #include <asm/hardware.h> | 34 | #include <asm/hardware.h> |
35 | #include <asm/io.h> | 35 | #include <asm/io.h> |
36 | #include <asm/arch/regs-iis.h> | ||
37 | #include <asm/arch/regs-gpio.h> | 36 | #include <asm/arch/regs-gpio.h> |
38 | #include <asm/arch/regs-clock.h> | 37 | #include <asm/arch/regs-clock.h> |
39 | #include <asm/arch/audio.h> | 38 | #include <asm/arch/audio.h> |
40 | #include <asm/dma.h> | 39 | #include <asm/dma.h> |
41 | #include <asm/arch/dma.h> | 40 | #include <asm/arch/dma.h> |
42 | 41 | ||
42 | #include <asm/plat-s3c24xx/regs-iis.h> | ||
43 | |||
43 | #include "s3c24xx-pcm.h" | 44 | #include "s3c24xx-pcm.h" |
44 | #include "s3c24xx-i2s.h" | 45 | #include "s3c24xx-i2s.h" |
45 | 46 | ||