mxser: drop constant board::uart_type
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:15 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:58 +0000 (13:09 +0200)
commit58a2ddb3aa859c7e5a7beee2c43c80ac2229c1ca
tree57ffdea7785d8fe26ef01d56e42c1167ac4b23e4
parente45583668e0313c422c650d5da11405624cf547c
mxser: drop constant board::uart_type

board::uart_type is always set to PORT_16550A. So, use this constant in
the code instead. And drop the mxser_board member.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-10-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c