[TTY]: Export proc_clear_tty() to modulea.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 May 2007 21:30:57 +0000 (14:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 12 May 2007 04:39:23 +0000 (21:39 -0700)
A use was added to the solaris syscall module which
can be built modular.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/char/tty_io.c

index fe62c21..bc84995 100644 (file)
@@ -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)
 {