summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/prom/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi/prom/misc.c')
-rw-r--r--arch/mips/sgi/prom/misc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/sgi/prom/misc.c b/arch/mips/sgi/prom/misc.c
index 8d7c300c7..d0072228c 100644
--- a/arch/mips/sgi/prom/misc.c
+++ b/arch/mips/sgi/prom/misc.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
*
- * $Id: misc.c,v 1.5 1998/03/27 08:53:47 ralf Exp $
+ * $Id: misc.c,v 1.3 1998/04/05 11:24:03 ralf Exp $
*/
#include <linux/config.h>
#include <linux/init.h>
@@ -15,14 +15,12 @@
#include <asm/system.h>
extern unsigned long mips_cputype;
-extern int initialize_kbd(void);
extern void *sgiwd93_host;
extern void reset_wd33c93(void *instance);
void prom_halt(void)
{
bcops->bc_disable();
- initialize_kbd();
cli();
#if CONFIG_SCSI_SGIWD93
reset_wd33c93(sgiwd93_host);
@@ -33,7 +31,6 @@ void prom_halt(void)
void prom_powerdown(void)
{
bcops->bc_disable();
- initialize_kbd();
cli();
#if CONFIG_SCSI_SGIWD93
reset_wd33c93(sgiwd93_host);
@@ -45,7 +42,6 @@ void prom_powerdown(void)
void prom_restart(void)
{
bcops->bc_disable();
- initialize_kbd();
cli();
#if CONFIG_SCSI_SGIWD93
reset_wd33c93(sgiwd93_host);
@@ -56,7 +52,6 @@ void prom_restart(void)
void prom_reboot(void)
{
bcops->bc_disable();
- initialize_kbd();
cli();
#if CONFIG_SCSI_SGIWD93
reset_wd33c93(sgiwd93_host);
@@ -67,7 +62,6 @@ void prom_reboot(void)
void prom_imode(void)
{
bcops->bc_disable();
- initialize_kbd();
cli();
#if CONFIG_SCSI_SGIWD93
reset_wd33c93(sgiwd93_host);