[PATCH 1/4] tty: Remove unnecessary export of proc_clear_tty

From: Eric W. Biederman
Date: Sun Mar 18 2007 - 14:59:29 EST



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 <ebiederm@xxxxxxxxxxxx>
---
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 7a32df5..583730f 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -3837,7 +3837,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)
{
--
1.5.0.g53756

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/