sparc64: add_node_ranges() must be __init

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2009-04-07 01:05:22 -07:00
parent f5d378ace9
commit 01c4538158

View File

@ -968,7 +968,7 @@ int of_node_to_nid(struct device_node *dp)
return nid; return nid;
} }
static void add_node_ranges(void) static void __init add_node_ranges(void)
{ {
int i; int i;