diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 931078b73226..7802a243ee13 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -552,6 +552,9 @@ static inline void tty_audit_push_task(struct task_struct *tsk, | |||
552 | } | 552 | } |
553 | #endif | 553 | #endif |
554 | 554 | ||
555 | /* tty_io.c */ | ||
556 | extern int __init tty_init(void); | ||
557 | |||
555 | /* tty_ioctl.c */ | 558 | /* tty_ioctl.c */ |
556 | extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, | 559 | extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, |
557 | unsigned int cmd, unsigned long arg); | 560 | unsigned int cmd, unsigned long arg); |