From: Aldo Conte Date: Fri, 22 May 2026 12:34:13 +0000 (+0200) Subject: iio: tcs3472: sort headers alphabetically X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6283163e2a5c70e8d9d8d34df8b8a6d81507e966;p=thirdparty%2Flinux.git iio: tcs3472: sort headers alphabetically Sort the #include directives in alphabetical order in preparation for adding new headers in upcoming patches. No functional change. Suggested-by: Andy Shevchenko Reviewed-by: Joshua Crofts Signed-off-by: Aldo Conte Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/tcs3472.c b/drivers/iio/light/tcs3472.c index 6f055b0967a9d..68d9032973dc0 100644 --- a/drivers/iio/light/tcs3472.c +++ b/drivers/iio/light/tcs3472.c @@ -13,16 +13,16 @@ * TODO: wait time */ -#include -#include #include +#include +#include #include +#include +#include #include #include -#include #include -#include #include #define TCS3472_DRV_NAME "tcs3472"