From: Rafael G. Dias Date: Tue, 28 Apr 2026 16:13:39 +0000 (-0300) Subject: iio: light: stk3310: Update includes to match IWYU X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cba9d97ac7453ce4f0d589fdc05f5e1abfd6eb5;p=thirdparty%2Fkernel%2Flinux.git iio: light: stk3310: Update includes to match IWYU Clean up the included headers in stk3310.c according to the Include-What-You-Use (IWYU) tool. Remove the generic header and add explicit dependencies to improve compilation accuracy. Co-developed-by: Felipe Khoury Dayoub Signed-off-by: Felipe Khoury Dayoub Signed-off-by: Rafael G. Dias Reviewed-by: Joshua Crofts Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/stk3310.c b/drivers/iio/light/stk3310.c index 1fad9367c2d48..63920fe134bcc 100644 --- a/drivers/iio/light/stk3310.c +++ b/drivers/iio/light/stk3310.c @@ -7,16 +7,28 @@ * IIO driver for STK3310/STK3311. 7-bit I2C address: 0x48. */ +#include +#include +#include +#include #include #include -#include #include #include +#include +#include +#include #include +#include +#include +#include #include #include #include +#include + +#include #define STK3310_REG_STATE 0x00 #define STK3310_REG_PSCTRL 0x01