Skip to content

Commit

Permalink
sparc32: Remove superfluous extern declarations for prom_*() functions
Browse files Browse the repository at this point in the history
prom_meminit() and prom_ranges_init() are declared in <asm/oplib_32.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Geert Uytterhoeven authored and David S. Miller committed Jun 27, 2012
1 parent e393d1b commit 6a8ead0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/sparc/prom/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a8ead0

Please sign in to comment.