]> asedeno.scripts.mit.edu Git - linux.git/commit
TTY: 68328serial, remove serial_state and friends
authorJiri Slaby <jslaby@suse.cz>
Mon, 2 Apr 2012 11:54:35 +0000 (13:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 19:02:43 +0000 (12:02 -0700)
commitcea4b2ce4613feae878c0352b1d76f522faef511
tree8e04065fc55bae2b52de326fba849f73005d424b
parent19ef1b7151dc58c4d90a76d364dc93721bb04e9b
TTY: 68328serial, remove serial_state and friends

serial_state in 68328serial.h is a duplicated structure. One is
defined in linux/serial.h. So let us use that instead. And since the
serial flags are identical, use ones from there too.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/68328serial.c
drivers/tty/serial/68328serial.h