summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/adv7511-v4l2.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-05-24 19:48:51 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-06-04 09:31:25 +0300
commit6062bf32ff3fb89361bba93eda9377ad18d45a25 (patch)
treec23bf2f34e87efaad8a2d4033eb0dba4ca4727de /drivers/media/i2c/adv7511-v4l2.c
parent12e14941c169c5b81e20eecedd43694c313b449e (diff)
downloadlinux-6062bf32ff3fb89361bba93eda9377ad18d45a25.tar.xz
media: i2c: adv7511: remove unused struct 'i2c_reg_value'
'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@treblig.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/i2c/adv7511-v4l2.c')
-rw-r--r--drivers/media/i2c/adv7511-v4l2.c5
1 files changed, 0 insertions, 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;