diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/sleep.S')
-rw-r--r-- | arch/arm/plat-s3c64xx/sleep.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c64xx/sleep.S b/arch/arm/plat-s3c64xx/sleep.S index 8e71fe90a373..b2ef44317368 100644 --- a/arch/arm/plat-s3c64xx/sleep.S +++ b/arch/arm/plat-s3c64xx/sleep.S | |||
@@ -1,4 +1,4 @@ | |||
1 | /* linux/0arch/arm/plat-s3c64xx/sleep.S | 1 | /* linux/arch/arm/plat-s3c64xx/sleep.S |
2 | * | 2 | * |
3 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
@@ -19,8 +19,8 @@ | |||
19 | #undef S3C64XX_VA_GPIO | 19 | #undef S3C64XX_VA_GPIO |
20 | #define S3C64XX_VA_GPIO (0x0) | 20 | #define S3C64XX_VA_GPIO (0x0) |
21 | 21 | ||
22 | #include <plat/regs-gpio.h> | 22 | #include <mach/regs-gpio.h> |
23 | #include <plat/gpio-bank-n.h> | 23 | #include <mach/gpio-bank-n.h> |
24 | 24 | ||
25 | #define LL_UART (S3C_PA_UART + (0x400 * CONFIG_S3C_LOWLEVEL_UART_PORT)) | 25 | #define LL_UART (S3C_PA_UART + (0x400 * CONFIG_S3C_LOWLEVEL_UART_PORT)) |
26 | 26 | ||