[POWERPC] Rename prom_n_size_cells to of_n_size_cells
This is more consistent and gets us closer to the Sparc code.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 119cef99..683839b 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -202,7 +202,7 @@
panic("numa.c: No memory nodes found!");
*n_addr_cells = of_n_addr_cells(memory);
- *n_size_cells = prom_n_size_cells(memory);
+ *n_size_cells = of_n_size_cells(memory);
of_node_put(memory);
}