|
From: James S. <jsi...@us...> - 2002-01-20 03:54:50
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/sh/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv23561/arch/sh/kernel
Modified Files:
setup.c
Log Message:
Synced to 2.5.X.
Index: setup.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/sh/kernel/setup.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- setup.c 2001/12/26 17:28:11 1.5
+++ setup.c 2002/01/20 03:54:45 1.6
@@ -138,15 +138,6 @@
sh_bios_console_write(s, count);
}
-/*
- * Receive character from the serial port
- */
-static int sh_console_wait_key(struct console *co)
-{
- /* Not implemented yet */
- return 0;
-}
-
static kdev_t sh_console_device(struct console *c)
{
/* TODO: this is totally bogus */
@@ -181,7 +172,6 @@
name: "bios",
write: sh_console_write,
device: sh_console_device,
- wait_key: sh_console_wait_key,
setup: sh_console_setup,
flags: CON_PRINTBUFFER,
index: -1,
|