Re: [PATCH 1/3] drivers/char/tty_io.c: remove pty_sem

2007-12-04 Thread Alan Cox
On Tue, 04 Dec 2007 00:00:01 -0800 Daniel Walker <[EMAIL PROTECTED]> wrote: > I couldn't find any users, so removing it.. > > Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> Acked-by: Alan Cox <[EMAIL PROTECTED]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH 1/3] drivers/char/tty_io.c: remove pty_sem

2007-12-04 Thread Daniel Walker
I couldn't find any users, so removing it.. Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> --- drivers/char/tty_io.c |1 - include/linux/tty.h |1 - 2 files changed, 2 deletions(-) Index: linux-2.6.23/drivers/char/tty_io.c