tty: serial: serial_txx9: remove struct uart_txx9_port
authorJiri Slaby <jslaby@suse.cz>
Mon, 7 Mar 2022 05:43:47 +0000 (06:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 12:13:17 +0000 (13:13 +0100)
commit4f6f194f2be43c1df9ad031de86cdaffa5c8084d
tree06df76b5f8a79783531bfbb4ef7e3a6219a60034
parentab818c7aa7544bf8d2dd4bdf68878b17a02eb332
tty: serial: serial_txx9: remove struct uart_txx9_port

It's only a wrapper to struct uart_port, so unwrap the whole code.

No change in functionality is intended.

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