tty: serial: altera_jtaguart: remove struct altera_jtaguart
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Tue, 15 Nov 2022 07:17:24 +0000 (08:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Nov 2022 16:51:42 +0000 (17:51 +0100)
commit4d167f635a4d33f6b645f60c2a265f93668fdd8d
tree645b4dcf0933321820de9caa467477c49a63f798
parent4e2b16a62d9975c4f6135e6a79a8e00cbad812d6
tty: serial: altera_jtaguart: remove struct altera_jtaguart

It contains only struct uart_port, so no need for another structure.
Remove it and convert the rest to use struct uart_port directly.

Cc: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20221115071724.5185-4-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_jtaguart.c