mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
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>
This commit is contained in:
parent
25377479de
commit
cd9a6f1078
@ -3580,7 +3580,6 @@ void proc_clear_tty(struct task_struct *p)
|
||||
p->signal->tty = NULL;
|
||||
spin_unlock_irq(&p->sighand->siglock);
|
||||
}
|
||||
EXPORT_SYMBOL(proc_clear_tty);
|
||||
|
||||
/* Called under the sighand lock */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user