Commit 248b6248 authored by Alain Volmat's avatar Alain Volmat Committed by Hans Verkuil

media: i2c: st-mipid02: removal of unused link_frequency variable

link_frequency variable within struct mipid02_dev seems to have never
been used hence remove it.
Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 290f9b34
......@@ -96,7 +96,6 @@ struct mipid02_dev {
struct gpio_desc *reset_gpio;
/* endpoints info */
struct v4l2_fwnode_endpoint rx;
u64 link_frequency;
struct v4l2_fwnode_endpoint tx;
/* remote source */
struct v4l2_async_notifier notifier;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment