diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/pm-simtec.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/pm-simtec.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c24xx/pm-simtec.c b/arch/arm/plat-s3c24xx/pm-simtec.c index cb0b3a4ccf1b..e6705014b2a0 100644 --- a/arch/arm/plat-s3c24xx/pm-simtec.c +++ b/arch/arm/plat-s3c24xx/pm-simtec.c | |||
@@ -24,12 +24,12 @@ | |||
24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
26 | 26 | ||
27 | #include <asm/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <asm/io.h> | 28 | #include <asm/io.h> |
29 | 29 | ||
30 | #include <asm/arch/map.h> | 30 | #include <mach/map.h> |
31 | #include <asm/arch/regs-gpio.h> | 31 | #include <mach/regs-gpio.h> |
32 | #include <asm/arch/regs-mem.h> | 32 | #include <mach/regs-mem.h> |
33 | 33 | ||
34 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
35 | 35 | ||