Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd9a6f10 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

unexport proc_clear_tty



With the removal of the Solaris binary emulation the export of
proc_clear_tty became unused.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 25377479
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */