diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c2412/s3c2412.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2412/s3c2412.c b/arch/arm/mach-s3c2412/s3c2412.c index 782b5814ced2..e0ccb404623f 100644 --- a/arch/arm/mach-s3c2412/s3c2412.c +++ b/arch/arm/mach-s3c2412/s3c2412.c | |||
@@ -34,12 +34,12 @@ | |||
34 | #include <asm/arch/idle.h> | 34 | #include <asm/arch/idle.h> |
35 | 35 | ||
36 | #include <asm/arch/regs-clock.h> | 36 | #include <asm/arch/regs-clock.h> |
37 | #include <asm/arch/regs-serial.h> | 37 | #include <asm/plat-s3c/regs-serial.h> |
38 | #include <asm/arch/regs-power.h> | 38 | #include <asm/arch/regs-power.h> |
39 | #include <asm/arch/regs-gpio.h> | 39 | #include <asm/arch/regs-gpio.h> |
40 | #include <asm/arch/regs-gpioj.h> | 40 | #include <asm/arch/regs-gpioj.h> |
41 | #include <asm/arch/regs-dsc.h> | 41 | #include <asm/arch/regs-dsc.h> |
42 | #include <asm/arch/regs-spi.h> | 42 | #include <asm/plat-s3c24xx/regs-spi.h> |
43 | #include <asm/arch/regs-s3c2412.h> | 43 | #include <asm/arch/regs-s3c2412.h> |
44 | 44 | ||
45 | #include <asm/plat-s3c24xx/s3c2412.h> | 45 | #include <asm/plat-s3c24xx/s3c2412.h> |
@@ -63,7 +63,6 @@ static inline void s3c2412_init_gpio2(void) | |||
63 | 63 | ||
64 | static struct map_desc s3c2412_iodesc[] __initdata = { | 64 | static struct map_desc s3c2412_iodesc[] __initdata = { |
65 | IODESC_ENT(CLKPWR), | 65 | IODESC_ENT(CLKPWR), |
66 | IODESC_ENT(LCD), | ||
67 | IODESC_ENT(TIMER), | 66 | IODESC_ENT(TIMER), |
68 | IODESC_ENT(WATCHDOG), | 67 | IODESC_ENT(WATCHDOG), |
69 | }; | 68 | }; |