patch-2.4.21 linux-2.4.21/arch/ppc/boot/common/ns16550.c

Next file: linux-2.4.21/arch/ppc/boot/common/ofcommon.c
Previous file: linux-2.4.21/arch/ppc/boot/common/mpc10x_memory.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc/boot/common/ns16550.c linux-2.4.21/arch/ppc/boot/common/ns16550.c
@@ -1,7 +1,4 @@
 /*
- * BK Id: SCCS/s.ns16550.c 1.16 03/13/02 09:17:06 trini
- */
-/*
  * COM1 NS16550 support
  */
 
@@ -98,8 +95,3 @@
 {
 	return ((inb(com_port + (UART_LSR << shift)) & UART_LSR_DR) != 0);
 }
-
-void
-serial_close(unsigned long com_port)
-{
-}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)