From: Andy Shevchenko Date: Mon, 31 Mar 2025 07:27:07 +0000 (+0300) Subject: media: i2c: max9671x: Remove (explicitly) unused header X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f0b7912b73c68415cbb435f3724d02e1aa7aa12b;p=users%2Fwilly%2Fxarray.git media: i2c: max9671x: Remove (explicitly) unused header The fwnode.h is not supposed to be used by the drivers as it has the definitions for the core parts for different device property provider implementations. Drop it. Note, that fwnode API for drivers is provided in property.h which is included here. Signed-off-by: Andy Shevchenko Reviewed-by: Julien Massot Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/i2c/max96714.c b/drivers/media/i2c/max96714.c index 159753b13777..3cc1b1ae47d1 100644 --- a/drivers/media/i2c/max96714.c +++ b/drivers/media/i2c/max96714.c @@ -7,11 +7,11 @@ #include #include -#include #include #include #include #include +#include #include #include diff --git a/drivers/media/i2c/max96717.c b/drivers/media/i2c/max96717.c index 9259d58ba734..3746729366ac 100644 --- a/drivers/media/i2c/max96717.c +++ b/drivers/media/i2c/max96717.c @@ -9,10 +9,10 @@ #include #include #include -#include #include #include #include +#include #include #include