diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2011-12-28 15:07:32 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-28 15:10:30 +0900 |
commit | 9edf52621de9b1822be2576f66269ad2cb6292b6 (patch) | |
tree | a9240059a7b53e2a6f1f159f0bf65041445762bb /arch | |
parent | baaf939db44d08ef910558ff5eb16d123df3f621 (diff) | |
download | talos-op-linux-9edf52621de9b1822be2576f66269ad2cb6292b6.tar.gz talos-op-linux-9edf52621de9b1822be2576f66269ad2cb6292b6.zip |
ARM: EXYNOS: Remove duplicated SROMC static memory mapping
SROMC static memory mapping is included in the common s5p initialization
code. Hence, remove the duplicated SROMC static memory mapping for EXYNOS.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Cc: stable@kernel.org
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-exynos/cpu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-exynos/cpu.c b/arch/arm/mach-exynos/cpu.c index 90ec247f3b37..cc8d4bd6d0f7 100644 --- a/arch/arm/mach-exynos/cpu.c +++ b/arch/arm/mach-exynos/cpu.c @@ -111,11 +111,6 @@ static struct map_desc exynos4_iodesc[] __initdata = { .length = SZ_4K, .type = MT_DEVICE, }, { - .virtual = (unsigned long)S5P_VA_SROMC, - .pfn = __phys_to_pfn(EXYNOS4_PA_SROMC), - .length = SZ_4K, - .type = MT_DEVICE, - }, { .virtual = (unsigned long)S3C_VA_USB_HSPHY, .pfn = __phys_to_pfn(EXYNOS4_PA_HSPHY), .length = SZ_4K, |