From: David S. Miller Date: Fri, 11 May 2007 21:30:57 +0000 (-0700) Subject: [TTY]: Export proc_clear_tty() to modulea. X-Git-Tag: v2.6.22-rc1~13^2~5 X-Git-Url: http://git.rot13.org/?p=powerpc.git;a=commitdiff_plain;h=7cac4ce59b3bc2b5c91b7e0cf4e6943e223076ec [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 --- diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index fe62c2170d..bc84995750 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) p->signal->tty = NULL; spin_unlock_irq(&p->sighand->siglock); } +EXPORT_SYMBOL(proc_clear_tty); static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) {