diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/sleep.S')
-rw-r--r-- | arch/arm/mach-s3c2412/sleep.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2412/sleep.S b/arch/arm/mach-s3c2412/sleep.S index 609312b62023..c82418ed714d 100644 --- a/arch/arm/mach-s3c2412/sleep.S +++ b/arch/arm/mach-s3c2412/sleep.S | |||
@@ -22,10 +22,10 @@ | |||
22 | 22 | ||
23 | #include <linux/linkage.h> | 23 | #include <linux/linkage.h> |
24 | #include <asm/assembler.h> | 24 | #include <asm/assembler.h> |
25 | #include <asm/arch/hardware.h> | 25 | #include <mach/hardware.h> |
26 | #include <asm/arch/map.h> | 26 | #include <mach/map.h> |
27 | 27 | ||
28 | #include <asm/arch/regs-irq.h> | 28 | #include <mach/regs-irq.h> |
29 | 29 | ||
30 | .text | 30 | .text |
31 | 31 | ||