diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-11 17:30:57 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 00:39:23 -0400 |
commit | 7cac4ce59b3bc2b5c91b7e0cf4e6943e223076ec (patch) | |
tree | 462620ed0cd3f3092e011d86a20362142dd8c82b /drivers | |
parent | f16537bac7742501c8eb7200341ae1eb9b1e43c3 (diff) |
[TTY]: Export proc_clear_tty() to modulea.
A use was added to the solaris syscall module which
can be built modular.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/tty_io.c | 1 |
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 | } |
3883 | EXPORT_SYMBOL(proc_clear_tty); | ||
3883 | 3884 | ||
3884 | static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) | 3885 | static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) |
3885 | { | 3886 | { |