[PATCH 0/6] tty: remove unused structure members

From: Jiri Slaby (SUSE)
Date: Tue Nov 21 2023 - 05:36:44 EST


I wrote a little indexer at https://github.com/jirislaby/clang-struct.
And it found there are few unused structure members inside tty. This
series removes them.

Cc: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
Cc: David Sterba <dsterba@xxxxxxxx>
Cc: Heiko Carstens <hca@xxxxxxxxxxxxx>
Cc: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx>
Cc: Jiri Kosina <jikos@xxxxxxxxxx>
Cc: Kevin Cernekee <cernekee@xxxxxxxxx>
Cc: linux-s390@xxxxxxxxxxxxxxx
Cc: Sven Schnelle <svens@xxxxxxxxxxxxx>
Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx>

Jiri Slaby (SUSE) (6):
tty: con3215: drop raw3215_info::ubuffer
tty: ipwireless: remove unused ipw_dev::attribute_memory
tty: jsm: remove unused members from struct board_ops
tty: jsm: remove unused struct jsm_board members
tty: rp2: remove unused rp2_uart_port::ignore_rx
tty: serial_cs: remove unused struct serial_cfg_mem

drivers/s390/char/con3215.c | 1 -
drivers/tty/ipwireless/main.h | 3 ---
drivers/tty/serial/8250/serial_cs.c | 6 -----
drivers/tty/serial/jsm/jsm.h | 5 ----
drivers/tty/serial/jsm/jsm_cls.c | 36 --------------------------
drivers/tty/serial/jsm/jsm_neo.c | 40 -----------------------------
drivers/tty/serial/rp2.c | 1 -
7 files changed, 92 deletions(-)

--
2.42.1