Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f67c3627b4abd8a3cf56bd20cafde702feffe236
Commit:     f67c3627b4abd8a3cf56bd20cafde702feffe236
Parent:     69331af79cf29e26d1231152a172a1a10c2df511
Author:     Eric W. Biederman <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 00:26:51 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue May 8 11:15:04 2007 -0700

    tty: remove unnecessary export of proc_clear_tty
    
    All of the users of proc_clear_tty are compiled into the kernel so exporting
    this symbol appears gratuitous.
    
    Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]>
    Cc: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 730cbd2..a7b9155 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -3834,7 +3834,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 struct pid *__proc_set_tty(struct task_struct *tsk, struct tty_struct 
*tty)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to