summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-07-24 01:34:24 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-07-24 01:34:24 +0000
commita569c5497513c0f5d021546527b01e32f3c29907 (patch)
tree3854959585cf915d7f4482067511282af5e567fe /kernel
parente308faf24f68e262d92d294a01ddca7a17e76762 (diff)
Don't include <asm/sgialib.h>.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/panic.c2
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;