diff options
Diffstat (limited to 'include/asm-arm/arch-s3c2410/uncompress.h')
-rw-r--r-- | include/asm-arm/arch-s3c2410/uncompress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-s3c2410/uncompress.h b/include/asm-arm/arch-s3c2410/uncompress.h index dcb2cef38f50..295c89c8ff2c 100644 --- a/include/asm-arm/arch-s3c2410/uncompress.h +++ b/include/asm-arm/arch-s3c2410/uncompress.h | |||
@@ -16,9 +16,9 @@ | |||
16 | typedef unsigned int upf_t; /* cannot include linux/serial_core.h */ | 16 | typedef unsigned int upf_t; /* cannot include linux/serial_core.h */ |
17 | 17 | ||
18 | /* defines for UART registers */ | 18 | /* defines for UART registers */ |
19 | #include "asm/arch/regs-serial.h" | 19 | #include "asm/plat-s3c/regs-serial.h" |
20 | #include "asm/arch/regs-gpio.h" | 20 | #include "asm/arch/regs-gpio.h" |
21 | #include "asm/arch/regs-watchdog.h" | 21 | #include "asm/plat-s3c/regs-watchdog.h" |
22 | 22 | ||
23 | #include <asm/arch/map.h> | 23 | #include <asm/arch/map.h> |
24 | 24 | ||