[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240524164851.184467-5-linux@treblig.org>
Date: Fri, 24 May 2024 17:48:51 +0100
From: linux@...blig.org
To: mchehab@...nel.org,
sakari.ailus@...ux.intel.com,
hverkuil-cisco@...all.nl
Cc: linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH 4/4] media: i2c: adv7511: remove unused struct 'i2c_reg_value'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
'i2c_reg_value' is unused since the original
commit 5a544cce2177 ("[media] adv7511: add new video encoder").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
---
drivers/media/i2c/adv7511-v4l2.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/media/i2c/adv7511-v4l2.c b/drivers/media/i2c/adv7511-v4l2.c
index 79946e9c7401..261871be833f 100644
--- a/drivers/media/i2c/adv7511-v4l2.c
+++ b/drivers/media/i2c/adv7511-v4l2.c
@@ -62,11 +62,6 @@ MODULE_LICENSE("GPL v2");
**********************************************************************
*/
-struct i2c_reg_value {
- unsigned char reg;
- unsigned char value;
-};
-
struct adv7511_state_edid {
/* total number of blocks */
u32 blocks;
--
2.45.1
Powered by blists - more mailing lists