From: Jiri Slaby Date: Mon, 2 Apr 2012 11:53:50 +0000 (+0200) Subject: TTY: isdn, remove ISDN_ASYNC_* flags X-Git-Tag: v3.5-rc1~146^2~30^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6776a2f07924192fd168bdceb1a00d10630edb4d;p=pandora-kernel.git TTY: isdn, remove ISDN_ASYNC_* flags They are the same as TTY ones. So there is no need to redefine them. Remove ISDN_ASYNC_* and use only ASYNC_*. Except the MAGIC number, of course. While we are there, remove also the SERIAL_TYPE flags which are unused. Perhaps we should move the ASYNC flags from serial.h to tty.h given they are used by the tty layer and tty drivers, not only serial? Signed-off-by: Jiri Slaby Cc: Karsten Keil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed