[2.6 patch] unexport proc_clear_tty

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adrian Bunk
Date: Wednesday, April 23, 2008 - 2:52 am

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

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
3cceb085820712e0df2916c89458bcc1ab04f250 diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 4d3c701..fb5a5cc 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -4037,7 +4037,6 @@ 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)
 {

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] unexport proc_clear_tty, Adrian Bunk, (Wed Apr 23, 2:52 am)
Re: [2.6 patch] unexport proc_clear_tty, David Miller, (Wed Apr 23, 3:50 am)