Commit 9fdec3b4 authored by Russell King's avatar Russell King

[ARM] Make trizeps_map_io static.

parent 2e8c54e8
......@@ -213,7 +213,7 @@ static struct map_desc trizeps_io_desc[] __initdata = {
{ 0xF2000000l, 0x38000000l, 0x00800000l, MT_DEVICE },
};
void __init trizeps_map_io(void)
static void __init trizeps_map_io(void)
{
sa1100_map_io();
iotable_init(trizeps_io_desc, ARRAY_SIZE(trizeps_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