linux/drivers/tty
Alan Cox 60b33c133c tiocmget: kill off the passing of the struct file
We don't actually need this and it causes problems for internal use of
this functionality. Currently there is a single use of the FILE * pointer.
That is the serial core which uses it to check tty_hung_up_p. However if
that is true then IO_ERROR is also already set so the check may be removed.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-17 11:47:33 -08:00
..
hvc tiocmget: kill off the passing of the struct file 2011-02-17 11:47:33 -08:00
serial tiocmget: kill off the passing of the struct file 2011-02-17 11:47:33 -08:00
vt tty,vt: fix VT_SETACTIVATE console switch 2011-02-17 11:27:17 -08:00
Makefile
n_gsm.c tiocmget: kill off the passing of the struct file 2011-02-17 11:47:33 -08:00
n_hdlc.c
n_r3964.c
n_tty.c
pty.c
sysrq.c
tty_audit.c
tty_buffer.c
tty_io.c tiocmget: kill off the passing of the struct file 2011-02-17 11:47:33 -08:00
tty_ioctl.c
tty_ldisc.c tty_ldisc: don't use flush_scheduled_work() 2011-02-03 14:12:25 -08:00
tty_mutex.c
tty_port.c