[PATCH 04/17] media: rockchip: rga: removed unused regmap member
From: Sven Püschel
Date: Fri Jun 05 2026 - 18:11:53 EST
The grf member variable is never accessed or written by the RGA driver.
Therefore drop it from the rockchip_rga struct.
Signed-off-by: Sven Püschel <s.pueschel@xxxxxxxxxxxxxx>
---
drivers/media/platform/rockchip/rga/rga.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/rockchip/rga/rga.h b/drivers/media/platform/rockchip/rga/rga.h
index 2b4f5694375a4..0e62337f8dd38 100644
--- a/drivers/media/platform/rockchip/rga/rga.h
+++ b/drivers/media/platform/rockchip/rga/rga.h
@@ -71,7 +71,6 @@ struct rockchip_rga {
struct video_device *vfd;
struct device *dev;
- struct regmap *grf;
void __iomem *regs;
struct clk_bulk_data *clks;
int num_clks;
--
2.54.0