patch-2.4.19 linux-2.4.19/drivers/char/serial_amba.c
Next file: linux-2.4.19/drivers/char/serial_tx3912.c
Previous file: linux-2.4.19/drivers/char/serial_21285.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/drivers/char/serial_amba.c
- Orig date:
Sun Sep 16 21:23:14 2001
diff -urN linux-2.4.18/drivers/char/serial_amba.c linux-2.4.19/drivers/char/serial_amba.c
@@ -1921,22 +1921,6 @@
UART_PUT_CR(port, old_cr);
}
-/*
- * Receive character from the serial port
- */
-static int ambauart_console_wait_key(struct console *co)
-{
- struct amba_port *port = &amba_ports[co->index];
- unsigned int status;
- int c;
-
- do {
- status = UART_GET_FR(port);
- } while (!UART_RX_DATA(status));
- c = UART_GET_CHAR(port);
- return c;
-}
-
static kdev_t ambauart_console_device(struct console *c)
{
return MKDEV(SERIAL_AMBA_MAJOR, SERIAL_AMBA_MINOR + c->index);
@@ -2015,7 +1999,6 @@
read: ambauart_console_read,
#endif
device: ambauart_console_device,
- wait_key: ambauart_console_wait_key,
setup: ambauart_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)