dect
/
linux-2.6
Archived
13
0
Fork 0

[SPARC]: Kill extern decl of 'panic_setup'.

This was made static in kernel/panic.c a long time ago.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-02-18 15:17:58 -08:00
parent 9a2f258ad5
commit 1d5509aa69
2 changed files with 0 additions and 3 deletions

View File

@ -191,7 +191,6 @@ extern int prom_probe_memory(void);
extern void sun4c_probe_vac(void);
extern char cputypval;
extern unsigned long start, end;
extern void panic_setup(char *, int *);
extern unsigned short root_flags;
extern unsigned short root_dev;

View File

@ -157,8 +157,6 @@ static void __init boot_flags_init(char *commands)
}
}
extern void panic_setup(char *, int *);
extern unsigned short root_flags;
extern unsigned short root_dev;
extern unsigned short ram_flags;