patch-2.4.0-test10 linux/drivers/s390/char/con3215.c

Next file: linux/drivers/s390/char/hwc_con.c
Previous file: linux/drivers/s390/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/s390/char/con3215.c linux/drivers/s390/char/con3215.c
@@ -795,17 +795,12 @@
  *  The console structure for the 3215 console
  */
 static struct console con3215 = {
-	"tty3215",
-	con3215_write,
-	NULL,
-	con3215_device,
-	NULL,
-	con3215_unblank,
-	con3215_consetup,
-	CON_PRINTBUFFER,
-	0,
-	0,
-	NULL
+	name:		"tty3215",
+	write:		con3215_write,
+	device:		con3215_device,
+	unblank:	con3215_unblank,
+	setup:		con3215_consetup,
+	flags:		CON_PRINTBUFFER,
 };
 
 #endif

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