TTY: isdn, remove callout
authorJiri Slaby <jslaby@suse.cz>
Mon, 2 Apr 2012 11:53:49 +0000 (13:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 18:16:54 +0000 (11:16 -0700)
commit05eb48be91e6675c225b5f86c88ecbb83152119c
tree08bb2e98eca700f45884b93d43e4546f24948ce9
parent1ca6711ec001c1893552f1a90007f81dff57ca7a
TTY: isdn, remove callout

I wonder how this survived there during the whole 2.6 series until now
:D.

Callouts are not used for a decade, so let us remove it also from
isdn. This means removal of ISDN_ASYNC_CALLOUT_ACTIVE which is never
raised in info->flags and callout_termios which are never used.

This will help us to get rid of ISDN_ASYNC_* flags and use ASYNC ones
from serial.h. And then we will switch to tty_port.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/i4l/isdn_tty.c
include/linux/isdn.h