public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] unexport proc_clear_tty
@ 2008-05-05 18:29 Adrian Bunk
  2008-05-05 18:46 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:29 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, David S. Miller, Andrew Morton

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>

---

This patch has been sent on:
- 23 Apr 2008

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)
 {


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [2.6 patch] unexport proc_clear_tty
@ 2008-04-23  9:52 Adrian Bunk
  2008-04-23 10:50 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-04-23  9:52 UTC (permalink / raw)
  To: David S. Miller, Alan Cox; +Cc: linux-kernel

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)
 {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-05 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 18:29 [2.6 patch] unexport proc_clear_tty Adrian Bunk
2008-05-05 18:46 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2008-04-23  9:52 Adrian Bunk
2008-04-23 10:50 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox