summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/setup.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-09-20 21:12:19 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-09-20 21:12:19 +0000
commitde8ebd301373b2aa3aae0bf2bae4e82b38623c9e (patch)
treef9c4fdeb0264368eae0b2d22278666fd4473aca7 /arch/mips/jazz/setup.c
parentfdaedc665e302c1f22c60dfee9c031fa82679eda (diff)
move #include <kbd_ll.h> to the right file
Diffstat (limited to 'arch/mips/jazz/setup.c')
-rw-r--r--arch/mips/jazz/setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index 805438664..f03ccc1ab 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.15 1998/08/28 23:28:18 tsbogend Exp $
+/* $Id: setup.c,v 1.16 1998/09/19 19:16:14 ralf Exp $
*
* Setup pointers to hardware-dependent routines.
*
@@ -12,7 +12,6 @@
#include <linux/hdreg.h>
#include <linux/init.h>
#include <linux/ioport.h>
-#include <linux/kbd_ll.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/mm.h>