Skip to content

Commit

Permalink
sparc64: add_node_ranges() must be __init
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 8, 2009
1 parent f5d378a commit 01c4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 01c4538

Please sign in to comment.