From: Jiri Slaby Date: Mon, 2 Apr 2012 11:54:46 +0000 (+0200) Subject: TTY: 68328serial, use tty_port_block_til_ready X-Git-Tag: v3.5-rc1~146^2~30^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e32841634958d4927a85b484faf9d2c3c222e4d;p=pandora-kernel.git TTY: 68328serial, use tty_port_block_til_ready Since the code is identical, use the tty_port_block_til_ready helper instead of re-implemented variant. The code does not perform rtsdts handling, hence we do not need to provide tty port hooks for them. The default ones will be used instead. The only necessary thing is to provide tty_port_operations. It is empty, but has to be there... Signed-off-by: Jiri Slaby Cc: Geert Uytterhoeven Cc: linux-m68k@lists.linux-m68k.org Acked-by: Greg Ungerer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed