aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r--drivers/char/tty_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index fe62c2170d01..bc849957508d 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -3880,6 +3880,7 @@ void proc_clear_tty(struct task_struct *p)
3880 p->signal->tty = NULL; 3880 p->signal->tty = NULL;
3881 spin_unlock_irq(&p->sighand->siglock); 3881 spin_unlock_irq(&p->sighand->siglock);
3882} 3882}
3883EXPORT_SYMBOL(proc_clear_tty);
3883 3884
3884static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) 3885static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty)
3885{ 3886{