ARM: spear: Staticize spear13xx_io_desc
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 24 Jun 2014 11:43:53 +0000 (17:13 +0530)
committerOlof Johansson <olof@lixom.net>
Mon, 7 Jul 2014 00:50:10 +0000 (17:50 -0700)
'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>
arch/arm/mach-spear/spear13xx.c

index c9897ea..8b56fe6 100644 (file)
@@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void)
  * 0xEC000000          0xFC000000
  * 0xED000000          0xFB000000
  */
-struct map_desc spear13xx_io_desc[] __initdata = {
+static struct map_desc spear13xx_io_desc[] __initdata = {
        {
                .virtual        = (unsigned long)VA_PERIP_GRP2_BASE,
                .pfn            = __phys_to_pfn(PERIP_GRP2_BASE),