From: Dr. David Alan Gilbert Date: Fri, 24 May 2024 16:48:51 +0000 (+0100) Subject: media: i2c: adv7511: remove unused struct 'i2c_reg_value' X-Git-Tag: io_uring-6.11-20240722~50^2~178 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6062bf32ff3fb89361bba93eda9377ad18d45a25;p=linux-block.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- 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;