projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d378a
)
sparc64: add_node_ranges() must be __init
author
David S. Miller
<davem@davemloft.net>
Tue, 7 Apr 2009 08:05:22 +0000
(
01:05
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Apr 2009 10:37:35 +0000
(
03:37
-0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/init_64.c
patch
|
blob
|
history
diff --git
a/arch/sparc/mm/init_64.c
b/arch/sparc/mm/init_64.c
index c30dc9a3f252690bfa3f87dc79b0a1b9e2db5233..f26a352c08a068b0b915ddc0d309c394cb2fc966 100644
(file)
--- a/
arch/sparc/mm/init_64.c
+++ b/
arch/sparc/mm/init_64.c
@@
-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;