From: Pankaj Dubey Date: Sat, 12 Dec 2015 07:43:56 +0000 (+0530) Subject: ARM: EXYNOS: Code cleanup in map.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f2cac8051d96f64920df40031dbb33e34f88c682;p=linux.git ARM: EXYNOS: Code cleanup in map.h Remove unused exynos5440 uart offset macro. Signed-off-by: Pankaj Dubey Reviewed-by: Krzysztof Kozlowski Signed-off-by: Kukjin Kim Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index a2acba3b77c11..86d8085c44bfc 100644 --- a/arch/arm/mach-exynos/include/mach/map.h +++ b/arch/arm/mach-exynos/include/mach/map.h @@ -35,8 +35,4 @@ #define EXYNOS4_PA_SROMC 0x12570000 #define EXYNOS5_PA_SROMC 0x12250000 -/* Compatibility UART */ - -#define EXYNOS5440_PA_UART0 0x000B0000 - #endif /* __ASM_ARCH_MAP_H */