diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1998-07-16 20:32:30 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1998-07-16 20:32:30 +0000 |
commit | e74f7548843424936bab3b8b3fe14f6a14c86ab3 (patch) | |
tree | 71213ae47d8e9ffc7ef6dcb47d465c44da6f0dc2 /arch/mips/sgi/kernel/setup.c | |
parent | 1ace72167d23543960d517e3d444762cb92bd211 (diff) |
removed #include for vector.h, which doesn't exist anymore
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index 451c785f2..5dbdeee16 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.10 1998/06/30 00:21:58 ralf Exp $ +/* $Id: setup.c,v 1.11 1998/07/10 01:14:50 ralf Exp $ * * setup.c: SGI specific setup, including init of the feature struct. * @@ -15,7 +15,6 @@ #include <asm/keyboard.h> #include <asm/irq.h> #include <asm/reboot.h> -#include <asm/vector.h> #include <asm/sgialib.h> #include <asm/sgi.h> #include <asm/sgimc.h> |