mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
tty: goldfish: drop unused goldfish_tty::opencount
The field was never used. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Link: https://patch.msgid.link/20260703084717.176442-2-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3386c50d66
commit
e2dcf364de
|
|
@ -38,7 +38,6 @@ struct goldfish_tty {
|
|||
spinlock_t lock;
|
||||
void __iomem *base;
|
||||
u32 irq;
|
||||
int opencount;
|
||||
struct console console;
|
||||
u32 version;
|
||||
struct device *dev;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user