From: Sangbeom Kim Date: Fri, 8 Oct 2010 12:50:20 +0000 (+0900) Subject: ARM: S5PV210: Fix build error on pm debug X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc425471b6d4e2a3c1d74745433816fc313f30e7;p=linux-beck.git ARM: S5PV210: Fix build error on pm debug This patch fixes build error by S3C2410 PM Suspend debug option due to undefined address. Signed-off-by: Sangbeom Kim Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 12a409f964ca..0e24ba14cd26 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h @@ -57,6 +57,8 @@ #define S5P_SZ_UART SZ_256 +#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) + #define S5PV210_PA_SROMC (0xE8000000) #define S5PV210_PA_CFCON (0xE8200000)