]> asedeno.scripts.mit.edu Git - linux.git/commit
TTY: 68328serial, remove unused stuff from m68k_serial
authorJiri Slaby <jslaby@suse.cz>
Mon, 2 Apr 2012 11:54:36 +0000 (13:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 19:02:43 +0000 (12:02 -0700)
commitc21e2654db10bc518b35987617337598fd91ff7e
treeaad844d039af3fc5be95e195ef3e82e5a6e486eb
parentcea4b2ce4613feae878c0352b1d76f522faef511
TTY: 68328serial, remove unused stuff from m68k_serial

Not everything from struct m68k_serial is really used. So remove
unused or only-set members of that structure. Next step is to move it
to 68328serial.c and remove 68328serial.h completely.

This change also takes status_handle and batten_down_hatches away
since they use break_abort but do nothing.

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