summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-25 21:57:47 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-25 21:57:47 +0000
commita10188d1f39feb00c4dbd9520c5954347f798533 (patch)
treeb6ab97be0eea0e2f3748bb0ffb748c01a202d971 /arch
parent346a64356b434d2d80594a120a14a310b558f538 (diff)
removed obsolete ps2 code
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/jazz/setup.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index 0c85b0e1e..a761a80cf 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.18 1998/10/18 13:19:46 tsbogend Exp $
+/* $Id: setup.c,v 1.19 1999/01/03 17:50:48 ralf Exp $
*
* Setup pointers to hardware-dependent routines.
*
@@ -105,8 +105,5 @@ __initfunc(void jazz_setup(void))
conswitchp = &dummy_con;
rtc_ops = &jazz_rtc_ops;
kbd_ops = &jazz_kbd_ops;
-#ifdef CONFIG_PSMOUSE
- aux_device_present = 0xaa;
-#endif
fd_ops = &jazz_fd_ops;
}