diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-25 04:48:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 13:53:44 -0400 |
commit | cd9a6f1078ed07fe919667b73e829f3bac485573 (patch) | |
tree | a43f145a95fc9ecb0f7b262b3423c9c9ad7cad69 /drivers | |
parent | 25377479de7539fdc871a0f0ecaa39da42353bbc (diff) |
unexport proc_clear_tty
With the removal of the Solaris binary emulation the export of
proc_clear_tty became unused.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-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 | ||