patch-2.4.0-test10 linux/drivers/char/serial167.c

Next file: linux/drivers/char/serial_21285.c
Previous file: linux/drivers/char/serial.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/serial167.c linux/drivers/char/serial167.c
@@ -2858,17 +2858,13 @@
 
 
 static struct console sercons = {
-	"ttyS",
-	serial167_console_write,
-	NULL,
-	serial167_console_device,
-	serial167_console_wait_key,
-	NULL,
-	serial167_console_setup,
-	CON_PRINTBUFFER,
-	-1,
-	0,
-	NULL
+	name:		"ttyS",
+	write:		serial167_console_write,
+	device:		serial167_console_device,
+	wait_key:	serial167_console_wait_key,
+	setup:		serial167_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)