Skip to content

Commit

Permalink
[SPARC]: Kill extern decl of 'panic_setup'.
Browse files Browse the repository at this point in the history
This was made static in kernel/panic.c a long time ago.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 18, 2008
1 parent 9a2f258 commit 1d5509a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/sparc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1d5509a

Please sign in to comment.