[PATCH] tty: make __proc_set_tty static
[linux-drm-fsl-dcu.git] / include / linux / tty.h
index 8427c9e98e6b9772c26f071e94116979711b5a5b..0a10a4e7bbc3e85e85a271e468e04e47337899a4 100644 (file)
@@ -333,7 +333,6 @@ extern int tty_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
 
 extern dev_t tty_devnum(struct tty_struct *tty);
 extern void proc_clear_tty(struct task_struct *p);
-extern void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty);
 extern void proc_set_tty(struct task_struct *tsk, struct tty_struct *tty);
 extern struct tty_struct *get_current_tty(void);