[PATCH 2/4] tty: goldfish: drop unused goldfish_tty::opencount

From: Jiri Slaby (SUSE)

Date: Fri Jul 03 2026 - 04:52:12 EST


The field was never used.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx>
---
drivers/tty/goldfish.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/tty/goldfish.c b/drivers/tty/goldfish.c
index 16edd71a0d8d..69367d878877 100644
--- a/drivers/tty/goldfish.c
+++ b/drivers/tty/goldfish.c
@@ -37,7 +37,6 @@ struct goldfish_tty {
spinlock_t lock;
void __iomem *base;
u32 irq;
- int opencount;
struct console console;
u32 version;
struct device *dev;
--
2.54.0