mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
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: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
290f9b3406
commit
248b6248ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user