diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c-i2s-v2.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 865f93143bf1..cb3652ed057d 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c | |||
@@ -24,10 +24,9 @@ | |||
24 | #include <sound/pcm_params.h> | 24 | #include <sound/pcm_params.h> |
25 | #include <sound/soc.h> | 25 | #include <sound/soc.h> |
26 | 26 | ||
27 | #include <plat/regs-s3c2412-iis.h> | ||
28 | |||
29 | #include <mach/dma.h> | 27 | #include <mach/dma.h> |
30 | 28 | ||
29 | #include "regs-i2s-v2.h" | ||
31 | #include "s3c-i2s-v2.h" | 30 | #include "s3c-i2s-v2.h" |
32 | #include "s3c-dma.h" | 31 | #include "s3c-dma.h" |
33 | 32 | ||