From: Alan Cox Date: Sat, 19 Sep 2009 20:13:30 +0000 (-0700) Subject: serial: move the flags into the tty_port field X-Git-Tag: v2.6.32-rc1~627^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccce6debb62d94964e3878f978a56b0f3e32d94f;p=pandora-kernel.git serial: move the flags into the tty_port field Fortunately the serial layer was designed to use the same flag values but with different names. It has its own SUSPENDED flag which is a free slot in the ASYNC flags so we allocate it in the ASYNC flags instead. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed