diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 66ae020e8a98..367a9dfc4ea2 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -561,8 +561,6 @@ extern void tty_ldisc_release(struct tty_struct *tty, struct tty_struct *o_tty); | |||
561 | extern void tty_ldisc_init(struct tty_struct *tty); | 561 | extern void tty_ldisc_init(struct tty_struct *tty); |
562 | extern void tty_ldisc_deinit(struct tty_struct *tty); | 562 | extern void tty_ldisc_deinit(struct tty_struct *tty); |
563 | extern void tty_ldisc_begin(void); | 563 | extern void tty_ldisc_begin(void); |
564 | /* This last one is just for the tty layer internals and shouldn't be used elsewhere */ | ||
565 | extern void tty_ldisc_enable(struct tty_struct *tty); | ||
566 | 564 | ||
567 | 565 | ||
568 | /* n_tty.c */ | 566 | /* n_tty.c */ |