patch-2.1.118 linux/drivers/char/tty_io.c
Next file: linux/drivers/char/tuner.c
Previous file: linux/drivers/char/tpqic02.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Aug 24 13:02:44 1998
- Orig file:
v2.1.117/linux/drivers/char/tty_io.c
- Orig date:
Thu Aug 20 17:05:16 1998
diff -u --recursive --new-file v2.1.117/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -358,6 +358,7 @@
tty_ioctl,
NULL, /* tty_mmap */
tty_open,
+ NULL, /* flush */
tty_release,
NULL, /* tty_fsync */
tty_fasync
@@ -372,6 +373,7 @@
hung_up_tty_ioctl,
NULL, /* hung_up_tty_mmap */
NULL, /* hung_up_tty_open */
+ NULL, /* flush */
tty_release, /* hung_up_tty_release */
NULL, /* hung_up_tty_fsync */
NULL /* hung_up_tty_fasync */
@@ -1976,7 +1978,7 @@
* Just do some early initializations, and do the complex setup
* later.
*/
-long console_init(long kmem_start, long kmem_end)
+long __init console_init(long kmem_start, long kmem_end)
{
/* Setup the default TTY line discipline. */
memset(ldiscs, 0, sizeof(ldiscs));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov