Commit 01c45381 authored by David S. Miller's avatar David S. Miller

sparc64: add_node_ranges() must be __init

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f5d378ac
......@@ -968,7 +968,7 @@ int of_node_to_nid(struct device_node *dp)
return nid;
}
static void add_node_ranges(void)
static void __init add_node_ranges(void)
{
int i;
......
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