From: Linus Walleij Date: Tue, 30 Aug 2022 21:11:10 +0000 (+0200) Subject: media: i2c: isl7998x: Use right include X-Git-Tag: v6.1-rc2~12^2~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f001cc8dc16e966e9f0b1e91a5e9264b7da550b4;p=thirdparty%2Flinux.git media: i2c: isl7998x: Use right include This driver is using GPIO descriptors but uses the legacy include header . Fix it by including the intended . Cc: Marek Vasut Signed-off-by: Linus Walleij Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/isl7998x.c b/drivers/media/i2c/isl7998x.c index dc3068549dfa8..27feefe1dfcde 100644 --- a/drivers/media/i2c/isl7998x.c +++ b/drivers/media/i2c/isl7998x.c @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include #include