patch-2.4.0-test10 linux/arch/m68k/atari/debug.c

Next file: linux/arch/m68k/config.in
Previous file: linux/arch/m68k/amiga/config.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/arch/m68k/atari/debug.c linux/arch/m68k/atari/debug.c
@@ -31,17 +31,9 @@
 int atari_SCC_reset_done = 0;
 
 static struct console atari_console_driver = {
-	"debug",
-	NULL,			/* write */
-	NULL,			/* read */
-	NULL,			/* device */
-	NULL,			/* wait_key */
-	NULL,			/* unblank */
-	NULL,			/* setup */
-	CON_PRINTBUFFER,
-	-1,
-	0,
-	NULL
+	name:		"debug",
+	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)