diff options
author | Pankaj Dubey <pankaj.dubey@samsung.com> | 2015-12-12 13:13:56 +0530 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-25 10:08:29 +0900 |
commit | f2cac8051d96f64920df40031dbb33e34f88c682 (patch) | |
tree | b47f43a9be7b0ea43f6fef7120e9b30063592c83 /arch/arm/mach-exynos | |
parent | 1c6c2242252b8656b742e5fa3195f801fc3cb8d4 (diff) | |
download | linux-stable-f2cac8051d96f64920df40031dbb33e34f88c682.tar.gz linux-stable-f2cac8051d96f64920df40031dbb33e34f88c682.tar.bz2 linux-stable-f2cac8051d96f64920df40031dbb33e34f88c682.zip |
ARM: EXYNOS: Code cleanup in map.h
Remove unused exynos5440 uart offset macro.
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index a2acba3b77c1..86d8085c44bf 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 */ |