Message ID | 20231125182057.1379357-7-alain.volmat@foss.st.com |
---|---|
State | Accepted |
Commit | 248b6248eaea4ee62f9c54feafff204ee2b98d66 |
Headers | show |
Series | media: i2c: st-mipid02: improvements / cleanups | expand |
diff --git a/drivers/media/i2c/st-mipid02.c b/drivers/media/i2c/st-mipid02.c index 783c2848c584..ef0d7f8ba17d 100644 --- a/drivers/media/i2c/st-mipid02.c +++ b/drivers/media/i2c/st-mipid02.c @@ -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;
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> --- drivers/media/i2c/st-mipid02.c | 1 - 1 file changed, 1 deletion(-)