diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-24 01:34:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-24 01:34:24 +0000 |
commit | a569c5497513c0f5d021546527b01e32f3c29907 (patch) | |
tree | 3854959585cf915d7f4482067511282af5e567fe /kernel | |
parent | e308faf24f68e262d92d294a01ddca7a17e76762 (diff) |
Don't include <asm/sgialib.h>.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index c08b67aab..255997676 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -18,8 +18,6 @@ #include <linux/init.h> #include <linux/sysrq.h> -#include <asm/sgialib.h> - asmlinkage void sys_sync(void); /* it's really int */ extern void unblank_console(void); extern int C_A_D; |