diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-06-24 07:43:53 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 20:50:10 -0400 |
commit | 3da1d7b1e008558804764870e729493be6444cdf (patch) | |
tree | aa76c2d18f810b1fe236f3fd6ceb67732f97f350 | |
parent | 192ebb7d8f5d6125ffc2b0adcc3b0dba90098102 (diff) |
ARM: spear: Staticize spear13xx_io_desc
'spear13xx_io_desc' is used only in this file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-spear/spear13xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c index c9897ea38980..8b56fe61a492 100644 --- a/arch/arm/mach-spear/spear13xx.c +++ b/arch/arm/mach-spear/spear13xx.c | |||
@@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void) | |||
57 | * 0xEC000000 0xFC000000 | 57 | * 0xEC000000 0xFC000000 |
58 | * 0xED000000 0xFB000000 | 58 | * 0xED000000 0xFB000000 |
59 | */ | 59 | */ |
60 | struct map_desc spear13xx_io_desc[] __initdata = { | 60 | static struct map_desc spear13xx_io_desc[] __initdata = { |
61 | { | 61 | { |
62 | .virtual = (unsigned long)VA_PERIP_GRP2_BASE, | 62 | .virtual = (unsigned long)VA_PERIP_GRP2_BASE, |
63 | .pfn = __phys_to_pfn(PERIP_GRP2_BASE), | 63 | .pfn = __phys_to_pfn(PERIP_GRP2_BASE), |