patch-2.4.0-test10 linux/drivers/tc/zs.c
Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/waveartist.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/tc/zs.c
- Orig date:
Sun Jul 9 22:30:36 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/tc/zs.c linux/drivers/tc/zs.c
@@ -1998,17 +1998,13 @@
}
static struct console sercons = {
- "ttyS",
- serial_console_write,
- NULL,
- serial_console_device,
- serial_console_wait_key,
- NULL,
- serial_console_setup,
- CON_PRINTBUFFER,
- -1,
- 0,
- NULL
+ name: "ttyS",
+ write: serial_console_write,
+ device: serial_console_device,
+ wait_key: serial_console_wait_key,
+ setup: serial_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)