ARM: spear: Staticize spear1310_io_desc in spear1310.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 24 Jun 2014 11:43:54 +0000 (17:13 +0530)
committerOlof Johansson <olof@lixom.net>
Mon, 7 Jul 2014 00:50:15 +0000 (17:50 -0700)
'spear1310_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/spear1310.c

index 824b12a..d9ce4d8 100644 (file)
@@ -42,7 +42,7 @@ static const char * const spear1310_dt_board_compat[] = {
  * PHYSICAL            VIRTUAL
  * 0xD8000000          0xFA000000
  */
-struct map_desc spear1310_io_desc[] __initdata = {
+static struct map_desc spear1310_io_desc[] __initdata = {
        {
                .virtual        = VA_SPEAR1310_RAS_GRP1_BASE,
                .pfn            = __phys_to_pfn(SPEAR1310_RAS_GRP1_BASE),