diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/dsc.c')
-rw-r--r-- | arch/arm/mach-s3c2440/dsc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2440/dsc.c b/arch/arm/mach-s3c2440/dsc.c index 2995ff5681bb..c0c67438d0a4 100644 --- a/arch/arm/mach-s3c2440/dsc.c +++ b/arch/arm/mach-s3c2440/dsc.c | |||
@@ -20,12 +20,12 @@ | |||
20 | #include <asm/mach/map.h> | 20 | #include <asm/mach/map.h> |
21 | #include <asm/mach/irq.h> | 21 | #include <asm/mach/irq.h> |
22 | 22 | ||
23 | #include <asm/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/io.h> | 24 | #include <asm/io.h> |
25 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
26 | 26 | ||
27 | #include <asm/arch/regs-gpio.h> | 27 | #include <mach/regs-gpio.h> |
28 | #include <asm/arch/regs-dsc.h> | 28 | #include <mach/regs-dsc.h> |
29 | 29 | ||
30 | #include <asm/plat-s3c24xx/cpu.h> | 30 | #include <asm/plat-s3c24xx/cpu.h> |
31 | #include <asm/plat-s3c24xx/s3c2440.h> | 31 | #include <asm/plat-s3c24xx/s3c2440.h> |