patch-2.4.0-test10 linux/drivers/char/vme_scc.c
Next file: linux/drivers/char/vt.c
Previous file: linux/drivers/char/vc_screen.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Oct 12 14:20:47 2000
- Orig file:
v2.4.0-test9/linux/drivers/char/vme_scc.c
- Orig date:
Mon Feb 14 15:31:14 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/vme_scc.c linux/drivers/char/vme_scc.c
@@ -1111,17 +1111,13 @@
static struct console sercons = {
- "ttyS",
- scc_console_write,
- NULL,
- scc_console_device,
- scc_console_wait_key,
- NULL,
- scc_console_setup,
- CON_PRINTBUFFER,
- -1,
- 0,
- NULL
+ name: "ttyS",
+ write: scc_console_write,
+ device: scc_console_device,
+ wait_key: scc_console_wait_key,
+ setup: scc_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)