patch-2.4.0-test10 linux/arch/mips/orion/promcon.c
Next file: linux/arch/mips/sgi/kernel/indy_timer.c
Previous file: linux/arch/mips/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Oct 12 14:20:48 2000
- Orig file:
v2.4.0-test9/linux/arch/mips/orion/promcon.c
- Orig date:
Tue Jul 11 11:14:48 2000
diff -u --recursive --new-file v2.4.0-test9/linux/arch/mips/orion/promcon.c linux/arch/mips/orion/promcon.c
@@ -68,17 +68,13 @@
static struct console sercons =
{
- "ttyS",
- prom_console_write,
- NULL,
- prom_console_device,
- prom_console_wait_key,
- NULL,
- prom_console_setup,
- CON_PRINTBUFFER,
- -1,
- 0,
- NULL
+ name: "ttyS",
+ write: prom_console_write,
+ device: prom_console_device,
+ wait_key: prom_console_wait_key,
+ setup: prom_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)