提交 3da1d7b1 编写于 作者: S Sachin Kamat 提交者: Olof Johansson

ARM: spear: Staticize spear13xx_io_desc

'spear13xx_io_desc' is used only in this file.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NSachin Kamat <sachin.kamat@samsung.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 192ebb7d
...@@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void) ...@@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void)
* 0xEC000000 0xFC000000 * 0xEC000000 0xFC000000
* 0xED000000 0xFB000000 * 0xED000000 0xFB000000
*/ */
struct map_desc spear13xx_io_desc[] __initdata = { static struct map_desc spear13xx_io_desc[] __initdata = {
{ {
.virtual = (unsigned long)VA_PERIP_GRP2_BASE, .virtual = (unsigned long)VA_PERIP_GRP2_BASE,
.pfn = __phys_to_pfn(PERIP_GRP2_BASE), .pfn = __phys_to_pfn(PERIP_GRP2_BASE),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册