From: Joshua Crofts Date: Tue, 5 May 2026 07:31:31 +0000 (+0200) Subject: iio: light: si1133: group generic headers X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb94aeb67415cbeb3de944e6e570c55f75c0d62c;p=thirdparty%2Fkernel%2Fstable.git iio: light: si1133: group generic headers Group generic include headers to improve code style. No functional change. Reviewed-by: Andy Shevchenko Signed-off-by: Joshua Crofts Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/si1133.c b/drivers/iio/light/si1133.c index ab66a5a9ffb4..fdffdee16e49 100644 --- a/drivers/iio/light/si1133.c +++ b/drivers/iio/light/si1133.c @@ -21,14 +21,12 @@ #include #include #include +#include +#include #include #include -#include - -#include - #define SI1133_REG_PART_ID 0x00 #define SI1133_REG_REV_ID 0x01 #define SI1133_REG_MFR_ID 0x02