diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-06-24 17:13:54 +0530 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 17:50:15 -0700 |
commit | 17681ff255ec66c2d50c775b34c0fd4d2c4ac60f (patch) | |
tree | dcb95feb9725a682a8a298be8763c3879a2e220b /arch/arm/mach-spear | |
parent | ARM: spear: Staticize spear13xx_io_desc (diff) | |
download | wireguard-linux-17681ff255ec66c2d50c775b34c0fd4d2c4ac60f.tar.xz wireguard-linux-17681ff255ec66c2d50c775b34c0fd4d2c4ac60f.zip |
ARM: spear: Staticize spear1310_io_desc in spear1310.c
'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>
Diffstat (limited to 'arch/arm/mach-spear')
-rw-r--r-- | arch/arm/mach-spear/spear1310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/spear1310.c b/arch/arm/mach-spear/spear1310.c index 824b12a56a42..d9ce4d8000f0 100644 --- a/arch/arm/mach-spear/spear1310.c +++ b/arch/arm/mach-spear/spear1310.c @@ -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), |