Commit 7a57a3eb authored by Russell King's avatar Russell King

[ARM] No need for rpc_map_io to be public.

parent 4712305b
...@@ -69,7 +69,7 @@ static struct map_desc rpc_io_desc[] __initdata = { ...@@ -69,7 +69,7 @@ static struct map_desc rpc_io_desc[] __initdata = {
{ EASI_BASE, EASI_START, EASI_SIZE, MT_DEVICE } /* EASI space */ { EASI_BASE, EASI_START, EASI_SIZE, MT_DEVICE } /* EASI space */
}; };
void __init rpc_map_io(void) static void __init rpc_map_io(void)
{ {
iotable_init(rpc_io_desc, ARRAY_SIZE(rpc_io_desc)); iotable_init(rpc_io_desc, ARRAY_SIZE(rpc_io_desc));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment