diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-04-02 20:56:50 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-12 13:55:18 -0400 |
commit | a8bda5dd4f99d6469f3c0dc362db3cce8a4d6416 (patch) | |
tree | 513cb0896e142b5eca6fd445cde11b651f408824 /arch/powerpc/platforms/maple/setup.c | |
parent | 7a92f74f98bde8498c98aad6cac5da5a87dd0bf4 (diff) |
[POWERPC] Rename prom_n_addr_cells to of_n_addr_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>
Diffstat (limited to 'arch/powerpc/platforms/maple/setup.c')
-rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 9389d29cd0be..f21add0e4786 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -248,7 +248,7 @@ static void __init maple_init_IRQ(void) | |||
248 | 248 | ||
249 | /* Find address list in /platform-open-pic */ | 249 | /* Find address list in /platform-open-pic */ |
250 | root = of_find_node_by_path("/"); | 250 | root = of_find_node_by_path("/"); |
251 | naddr = prom_n_addr_cells(root); | 251 | naddr = of_n_addr_cells(root); |
252 | opprop = get_property(root, "platform-open-pic", &opplen); | 252 | opprop = get_property(root, "platform-open-pic", &opplen); |
253 | if (opprop != 0) { | 253 | if (opprop != 0) { |
254 | openpic_addr = of_read_number(opprop, naddr); | 254 | openpic_addr = of_read_number(opprop, naddr); |