[PATCH v3 11/17] media: nuvoton-cir: Remove unused struct field
From: Sean Young
Date: Fri Sep 04 2026 - 10:06:20 EST
Never assigned or read.
Signed-off-by: Sean Young <sean@xxxxxxxx>
---
drivers/media/rc/nuvoton-cir.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h
index ed7d93beaa28..e66e3cfedeec 100644
--- a/drivers/media/rc/nuvoton-cir.h
+++ b/drivers/media/rc/nuvoton-cir.h
@@ -77,9 +77,6 @@ struct nvt_dev {
/* hardware id */
u8 chip_major;
u8 chip_minor;
-
- /* carrier period = 1 / frequency */
- u32 carrier;
};
/* buffer packet constants */
--
2.55.0