aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r--arch/powerpc/mm/numa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 8bb0b4d938d9..542156637487 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -406,7 +406,7 @@ static void __init get_n_mem_cells(int *n_addr_cells, int *n_size_cells)
406 of_node_put(memory); 406 of_node_put(memory);
407} 407}
408 408
409static unsigned long __devinit read_n_cells(int n, const unsigned int **buf) 409static unsigned long read_n_cells(int n, const unsigned int **buf)
410{ 410{
411 unsigned long result = 0; 411 unsigned long result = 0;
412 412