diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-09 23:53:40 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-09 23:53:40 -0500 |
commit | 49b09853df1a303876b82a6480efb2f7b45ef041 (patch) | |
tree | bf3d76ff0ddfe2e854f48ed890258ad89fa9c1dc /arch/powerpc/kernel/prom.c | |
parent | d3d2176a0bc696b5365ce0e8f82a29a521d85fd0 (diff) |
powerpc: Move some extern declarations from C code into headers
This also make klimit have the same type on 32-bit as on 64-bit,
namely unsigned long, and defines and initializes it in one place.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 1bf3642cb859..6391a4a0709a 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -71,10 +71,6 @@ struct isa_reg_property { | |||
71 | typedef int interpret_func(struct device_node *, unsigned long *, | 71 | typedef int interpret_func(struct device_node *, unsigned long *, |
72 | int, int, int); | 72 | int, int, int); |
73 | 73 | ||
74 | extern struct rtas_t rtas; | ||
75 | extern struct lmb lmb; | ||
76 | extern unsigned long klimit; | ||
77 | |||
78 | static int __initdata dt_root_addr_cells; | 74 | static int __initdata dt_root_addr_cells; |
79 | static int __initdata dt_root_size_cells; | 75 | static int __initdata dt_root_size_cells; |
80 | 76 | ||