serial: pmac_zilog: remove unused uart_pmac_port::termios_cache
authorJiri Slaby <jslaby@suse.cz>
Thu, 19 May 2022 07:56:51 +0000 (09:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:23:19 +0000 (18:23 +0200)
commitae1de09341d9becf0e68d3dcd0710f2cac4a5d01
tree2978a2dc94e55597d2248ac642c7b2aba0c1257a
parenta5ddc498e792df250346caf3081f6f12fcb7086c
serial: pmac_zilog: remove unused uart_pmac_port::termios_cache

struct uart_pmac_port contains termios_cache. It is only written and
never read. Remove it as it only occupies space.

Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220519075653.31356-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pmac_zilog.c
drivers/tty/serial/pmac_zilog.h