[PATCH 2/2] sparc32: Remove superfluous extern declarations for prom_*() functions

From: Geert Uytterhoeven
Date: Wed Jun 20 2012 - 12:58:09 EST


prom_meminit() and prom_ranges_init() are declared in <asm/oplib_32.h>.

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
--
Not even compile-tested

arch/sparc/prom/init_32.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/sparc/prom/init_32.c b/arch/sparc/prom/init_32.c
index a8d9342..9ac30c2 100644
--- a/arch/sparc/prom/init_32.c
+++ b/arch/sparc/prom/init_32.c
@@ -31,9 +31,6 @@ struct linux_nodeops *prom_nodeops;
* It gets passed the pointer to the PROM vector.
*/

-extern void prom_meminit(void);
-extern void prom_ranges_init(void);
-
void __init prom_init(struct linux_romvec *rp)
{
romvec = rp;
--
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/