patch-2.4.19 linux-2.4.19/drivers/char/sh-sci.c
Next file: linux-2.4.19/drivers/char/shwdt.c
Previous file: linux-2.4.19/drivers/char/serial_txx927.c
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Fri Aug  2 17:39:43 2002
-  Orig file: 
linux-2.4.18/drivers/char/sh-sci.c
-  Orig date: 
Mon Feb 25 11:37:57 2002
diff -urN linux-2.4.18/drivers/char/sh-sci.c linux-2.4.19/drivers/char/sh-sci.c
@@ -1181,15 +1181,6 @@
 	put_string(sercons_port, s, count);
 }
 
-/*
- *	Receive character from the serial port
- */
-static int serial_console_wait_key(struct console *co)
-{
-	/* Not implemented yet */
-	return 0;
-}
-
 static kdev_t serial_console_device(struct console *c)
 {
 	return MKDEV(SCI_MAJOR, SCI_MINOR_START + c->index);
@@ -1273,7 +1264,6 @@
 	name:		"ttySC",
 	write:		serial_console_write,
 	device:		serial_console_device,
-	wait_key:	serial_console_wait_key,
 	setup:		serial_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)