patch-2.1.36 linux/drivers/char/tty_io.c
Next file: linux/drivers/char/vc_screen.c
Previous file: linux/drivers/char/stallion.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Apr 22 22:42:47 1997
- Orig file:
v2.1.35/linux/drivers/char/tty_io.c
- Orig date:
Sun Apr 13 10:18:21 1997
diff -u --recursive --new-file v2.1.35/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -71,6 +71,7 @@
#ifdef CONFIG_PROC_FS
#include <linux/proc_fs.h>
#endif
+#include <linux/init.h>
#include <asm/uaccess.h>
#include <asm/system.h>
@@ -1704,7 +1705,7 @@
* Ok, now we can initialize the rest of the tty devices and can count
* on memory allocations, interrupts etc..
*/
-int tty_init(void)
+__initfunc(int tty_init(void))
{
if (sizeof(struct tty_struct) > PAGE_SIZE)
panic("size of tty structure > PAGE_SIZE!");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov