aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorGravatar Chuansheng Liu <chuansheng.liu@intel.com> 2013-12-18 15:48:23 +0800
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2013-12-18 16:59:11 -0800
commite12348c6d0f720f0f8d665847057b5752e563982 (patch)
treec6579c739bd2a5dbfd8eded0b883d6549d8427d3 /include/linux/tty.h
parentTTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release() (diff)
downloadlinux-e12348c6d0f720f0f8d665847057b5752e563982.tar.gz
linux-e12348c6d0f720f0f8d665847057b5752e563982.tar.bz2
linux-e12348c6d0f720f0f8d665847057b5752e563982.zip
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 <chuansheng.liu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h1
1 files changed, 0 insertions, 1 deletions
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);