patch-2.4.22 linux-2.4.22/arch/mips/cobalt/promcon.c

Next file: linux-2.4.22/arch/mips/cobalt/reset.c
Previous file: linux-2.4.22/arch/mips/cobalt/pci.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/cobalt/promcon.c linux-2.4.22/arch/mips/cobalt/promcon.c
@@ -77,12 +77,12 @@
 }
 
 static struct console ns16550_console = {
-    name:	"prom",
-    setup:	NULL,
-    write:	ns16550_console_write,
-    device:	ns16550_console_dev,
-    flags:	CON_PRINTBUFFER,
-    index:	-1,
+    .name	= "prom",
+    .setup	= NULL,
+    .write	= ns16550_console_write,
+    .device	= ns16550_console_dev,
+    .flags	= CON_PRINTBUFFER,
+    .index	= -1,
 };
 
 void __init ns16550_setup_console(void)

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