patch-2.4.19 linux-2.4.19/arch/mips/dec/promcon.c
Next file: linux-2.4.19/arch/mips/dec/reset.c
Previous file: linux-2.4.19/arch/mips/dec/prom/memory.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/dec/promcon.c
- Orig date:
Thu Oct 12 14:20:48 2000
diff -urN linux-2.4.18/arch/mips/dec/promcon.c linux-2.4.19/arch/mips/dec/promcon.c
@@ -30,11 +30,6 @@
}
}
-static int prom_console_wait_key(struct console *co)
-{
- return prom_getchar();
-}
-
static int __init prom_console_setup(struct console *co, char *options)
{
return 0;
@@ -50,7 +45,6 @@
name: "ttyS",
write: prom_console_write,
device: prom_console_device,
- wait_key: prom_console_wait_key,
setup: prom_console_setup,
flags: CON_PRINTBUFFER,
index: -1,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)