diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-04-05 01:41:18 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-04-05 01:41:18 +0000 |
commit | ef306802b77fc9951dc9f9ee359ed527acf55db8 (patch) | |
tree | 0ff0d32feb065251dadc9a2f339e2887cf28242c /arch | |
parent | af7b28e68dd675379937a4f1e2e4b87dd4f0efff (diff) |
Oops, maybe I should remove the auto init too..
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index 8620e0f46..5a9c12232 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.19 1999/02/09 22:54:10 adevries Exp $ +/* $Id: setup.c,v 1.20 1999/02/11 23:50:31 tsbogend Exp $ * * setup.c: SGI specific setup, including init of the feature struct. * @@ -34,12 +34,6 @@ void indy_reboot_setup(void); #define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */ - -#ifdef CONFIG_SGI_HAL2 -extern void sgiaudio_init(void); -#endif - - static void sgi_request_region(void) { /* No I/O ports are being used on the Indy. */ @@ -162,10 +156,6 @@ __initfunc(void sgi_setup(void)) #ifdef CONFIG_PSMOUSE aux_device_present = 0xaa; #endif - -#ifdef CONFIG_SGI_HAL2 - sgiaudio_init(); -#endif #ifdef CONFIG_VIDEO_VINO init_vino(); #endif |