patch-2.4.0-test10 linux/arch/m68k/q40/config.c
Next file: linux/arch/mips/baget/vacserial.c
Previous file: linux/arch/m68k/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Oct 12 14:20:48 2000
- Orig file:
v2.4.0-test9/linux/arch/m68k/q40/config.c
- Orig date:
Thu Aug 26 12:42:31 1999
diff -u --recursive --new-file v2.4.0-test9/linux/arch/m68k/q40/config.c linux/arch/m68k/q40/config.c
@@ -74,17 +74,10 @@
static int q40_wait_key(struct console *co){return 0;}
static struct console q40_console_driver = {
- "debug",
- NULL, /* write */
- NULL, /* read */
- NULL, /* device */
- q40_wait_key, /* wait_key */
- NULL, /* unblank */
- NULL, /* setup */
- CON_PRINTBUFFER,
- -1,
- 0,
- NULL
+ name: "debug",
+ wait_key: q40_wait_key,
+ 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)