dect
/
linux-2.6
Archived
13
0
Fork 0

sparc32: Remove superfluous extern declarations for prom_*() functions

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>
This commit is contained in:
Geert Uytterhoeven 2012-06-20 06:58:07 +00:00 committed by David S. Miller
parent e393d1bd35
commit 6a8ead0bf0
1 changed files with 0 additions and 3 deletions

View File

@ -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;