diff options
Diffstat (limited to 'arch/arm/mach-s3c2443/dma.c')
-rw-r--r-- | arch/arm/mach-s3c2443/dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2443/dma.c b/arch/arm/mach-s3c2443/dma.c index 8430e5829186..397f3b5c0b47 100644 --- a/arch/arm/mach-s3c2443/dma.c +++ b/arch/arm/mach-s3c2443/dma.c | |||
@@ -20,12 +20,13 @@ | |||
20 | 20 | ||
21 | #include <mach/dma.h> | 21 | #include <mach/dma.h> |
22 | 22 | ||
23 | #include <plat/dma.h> | 23 | #include <plat/dma-plat.h> |
24 | #include <plat/cpu.h> | 24 | #include <plat/cpu.h> |
25 | 25 | ||
26 | #include <plat/regs-serial.h> | 26 | #include <plat/regs-serial.h> |
27 | #include <mach/regs-gpio.h> | 27 | #include <mach/regs-gpio.h> |
28 | #include <plat/regs-ac97.h> | 28 | #include <plat/regs-ac97.h> |
29 | #include <plat/regs-dma.h> | ||
29 | #include <mach/regs-mem.h> | 30 | #include <mach/regs-mem.h> |
30 | #include <mach/regs-lcd.h> | 31 | #include <mach/regs-lcd.h> |
31 | #include <mach/regs-sdi.h> | 32 | #include <mach/regs-sdi.h> |