diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-s5p64x0/include/mach/debug-macro.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/debug-macro.S b/arch/arm/mach-s5p64x0/include/mach/debug-macro.S index e80ba3c6981..8759e7882bc 100644 --- a/arch/arm/mach-s5p64x0/include/mach/debug-macro.S +++ b/arch/arm/mach-s5p64x0/include/mach/debug-macro.S @@ -10,11 +10,10 @@ /* pull in the relevant register and map files. */ +#include <linux/serial_s3c.h> #include <plat/map-base.h> #include <plat/map-s5p.h> -#include <plat/regs-serial.h> - .macro addruart, rp, rv, tmp mov \rp, #0xE0000000 orr \rp, \rp, #0x00100000 @@ -30,4 +29,4 @@ #endif .endm -#include <plat/debug-macro.S> +#include <debug/samsung.S> |
