diff options
-rw-r--r-- | drivers/char/tty_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 6f4d856df987..e1b46bc7e43c 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -3580,7 +3580,6 @@ void proc_clear_tty(struct task_struct *p) | |||
3580 | p->signal->tty = NULL; | 3580 | p->signal->tty = NULL; |
3581 | spin_unlock_irq(&p->sighand->siglock); | 3581 | spin_unlock_irq(&p->sighand->siglock); |
3582 | } | 3582 | } |
3583 | EXPORT_SYMBOL(proc_clear_tty); | ||
3584 | 3583 | ||
3585 | /* Called under the sighand lock */ | 3584 | /* Called under the sighand lock */ |
3586 | 3585 | ||