From: Chuansheng Liu Date: Wed, 18 Dec 2013 07:48:23 +0000 (+0800) Subject: tty: Removing the deprecated function tty_vhangup_locked() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e12348c6d0f720f0f8d665847057b5752e563982;p=linux-beck.git tty: Removing the deprecated function tty_vhangup_locked() The function tty_vhangup_locked() was deprecated, removed it from the tty.h also. Signed-off-by: Liu, Chuansheng Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/tty.h b/include/linux/tty.h index ad98b4376968..978d0f09d039 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -427,7 +427,6 @@ extern int is_ignored(int sig); extern int tty_signal(int sig, struct tty_struct *tty); extern void tty_hangup(struct tty_struct *tty); extern void tty_vhangup(struct tty_struct *tty); -extern void tty_vhangup_locked(struct tty_struct *tty); extern void tty_unhangup(struct file *filp); extern int tty_hung_up_p(struct file *filp); extern void do_SAK(struct tty_struct *tty);