From: Jiri Slaby Date: Mon, 2 Apr 2012 11:53:49 +0000 (+0200) Subject: TTY: isdn, remove callout X-Git-Tag: v3.5-rc1~146^2~30^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05eb48be91e6675c225b5f86c88ecbb83152119c;p=pandora-kernel.git 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 Cc: Karsten Keil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed