tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigs
Nothing uses struct altera_jtaguart::sigs. Remove it. 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-2-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cbdf6759e5
commit
070fa1d2bf
|
@ -55,7 +55,6 @@
|
||||||
*/
|
*/
|
||||||
struct altera_jtaguart {
|
struct altera_jtaguart {
|
||||||
struct uart_port port;
|
struct uart_port port;
|
||||||
unsigned int sigs; /* Local copy of line sigs */
|
|
||||||
unsigned long imr; /* Local IMR mirror */
|
unsigned long imr; /* Local IMR mirror */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue