Fix init ordering of /dev/console vs callers of modprobe
[sfrench/cifs-2.6.git] / include / linux / tty.h
index 931078b73226a729f62b82938747c940b1593084..7802a243ee1372dfff07f1dd6c2b294abeddfb9c 100644 (file)
@@ -552,6 +552,9 @@ static inline void tty_audit_push_task(struct task_struct *tsk,
 }
 #endif
 
+/* tty_io.c */
+extern int __init tty_init(void);
+
 /* tty_ioctl.c */
 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,
                       unsigned int cmd, unsigned long arg);