[PATCH] ARM: EXYNOS4: Add missing S3C_VA_UARTx
jhbird.choi at samsung.com
jhbird.choi at samsung.com
Thu Jul 21 02:21:37 EDT 2011
From: Jonghwan Choi <jhbird.choi at samsung.com>
Fix compile error with CONFIG_SAMSUNG_PM_DEBUG
Signed-off-by: Jonghwan Choi <jhbird.choi at samsung.com>
---
arch/arm/mach-exynos4/include/mach/map.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index 0009e77..5ddbfe3 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -151,6 +151,7 @@
#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD
/* UART */
+#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))
#define S3C_PA_UART EXYNOS4_PA_UART
--
1.7.0
More information about the linux-arm-kernel
mailing list