From 31b9486cd91e5d1054d508166ed5e5ae38c38198 Mon Sep 17 00:00:00 2001 From: "Rafael G. Dias" Date: Tue, 28 Apr 2026 13:13:38 -0300 Subject: [PATCH] iio: light: stk3310: Sort headers alphabetically Sort the included headers alphabetically and group the headers separately from the generic headers. 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 --- drivers/iio/light/stk3310.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/iio/light/stk3310.c b/drivers/iio/light/stk3310.c index a75a83594a7e..1fad9367c2d4 100644 --- a/drivers/iio/light/stk3310.c +++ b/drivers/iio/light/stk3310.c @@ -10,9 +10,10 @@ #include #include #include -#include #include +#include #include + #include #include #include