diff options
| -rw-r--r-- | include/asm-arm/plat-s3c/uncompress.h | 4 | ||||
| -rw-r--r-- | include/asm-arm/proc-fns.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-arm/plat-s3c/uncompress.h b/include/asm-arm/plat-s3c/uncompress.h index b5e6208175d1..19b9eda39485 100644 --- a/include/asm-arm/plat-s3c/uncompress.h +++ b/include/asm-arm/plat-s3c/uncompress.h | |||
| @@ -27,8 +27,8 @@ static void arch_detect_cpu(void); | |||
| 27 | 27 | ||
| 28 | /* defines for UART registers */ | 28 | /* defines for UART registers */ |
| 29 | 29 | ||
| 30 | #include "asm/plat-s3c/regs-serial.h" | 30 | #include <asm/plat-s3c/regs-serial.h> |
| 31 | #include "asm/plat-s3c/regs-watchdog.h" | 31 | #include <asm/plat-s3c/regs-watchdog.h> |
| 32 | 32 | ||
| 33 | /* working in physical space... */ | 33 | /* working in physical space... */ |
| 34 | #undef S3C2410_WDOGREG | 34 | #undef S3C2410_WDOGREG |
diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h index a4ce457199d3..75ec760f4c74 100644 --- a/include/asm-arm/proc-fns.h +++ b/include/asm-arm/proc-fns.h | |||
| @@ -214,9 +214,9 @@ | |||
| 214 | #ifndef __ASSEMBLY__ | 214 | #ifndef __ASSEMBLY__ |
| 215 | 215 | ||
| 216 | #ifndef MULTI_CPU | 216 | #ifndef MULTI_CPU |
| 217 | #include "asm/cpu-single.h" | 217 | #include <asm/cpu-single.h> |
| 218 | #else | 218 | #else |
| 219 | #include "asm/cpu-multi32.h" | 219 | #include <asm/cpu-multi32.h> |
| 220 | #endif | 220 | #endif |
| 221 | 221 | ||
| 222 | #include <asm/memory.h> | 222 | #include <asm/memory.h> |
