From: Linus Walleij Date: Mon, 24 Oct 2022 11:12:22 +0000 (+0200) Subject: media: ov7670: Drop unused include X-Git-Tag: io_uring-6.2-2022-12-19~37^2~251^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bee1bc81d3abf5af7bc0e4a39e52f0c4f91d5d36;p=linux-block.git media: ov7670: Drop unused include The driver includes the legacy header but does not use any symbols from it. Drop the include. Cc: Jonathan Corbet Cc: Akinobu Mita Signed-off-by: Linus Walleij Signed-off-by: Sakari Ailus --- diff --git a/drivers/media/i2c/ov7670.c b/drivers/media/i2c/ov7670.c index 4b9b156b53c7..11d3bef65d43 100644 --- a/drivers/media/i2c/ov7670.c +++ b/drivers/media/i2c/ov7670.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include