diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/debug-macro.S | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/debug-macro.S b/arch/arm/mach-s3c64xx/include/mach/debug-macro.S index a29e70550c7..c9b95325b67 100644 --- a/arch/arm/mach-s3c64xx/include/mach/debug-macro.S +++ b/arch/arm/mach-s3c64xx/include/mach/debug-macro.S @@ -12,8 +12,8 @@  /* pull in the relevant register and map files. */ +#include <linux/serial_s3c.h>  #include <mach/map.h> -#include <plat/regs-serial.h>  	/* note, for the boot process to work we have to keep the UART  	 * virtual address aligned to an 1MiB boundary for the L1 @@ -21,7 +21,7 @@  	 * aligned and add in the offset when we load the value here.  	 */ -	.macro addruart, rp, rv +	.macro addruart, rp, rv, tmp  		ldr	\rp, = S3C_PA_UART  		ldr	\rv, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)  #if CONFIG_DEBUG_S3C_UART != 0 @@ -35,4 +35,4 @@   * will be fine with us.   */ -#include <plat/debug-macro.S> +#include <debug/samsung.S>  | 
