tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index 5171ef8f7b850c8375cf5c410fdea4d9843bd303..b36b0b445c1f6d53926780d391b2638f5c7e9f9d 100644 (file)
@@ -498,9 +498,6 @@ extern int tty_init_termios(struct tty_struct *tty);
 extern int tty_standard_install(struct tty_driver *driver,
                struct tty_struct *tty);
 
-extern struct tty_struct *tty_pair_get_tty(struct tty_struct *tty);
-extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty);
-
 extern struct mutex tty_mutex;
 extern spinlock_t tty_files_lock;