From: Oleksij Rempel Date: Tue, 10 Feb 2026 13:51:01 +0000 (+0100) Subject: iio: dac: ds4424: sort headers alphabetically X-Git-Tag: v7.1-rc1~17^2~120^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809b578b99c57cd5cbcfe5e1ef40ae0da6a383ee;p=thirdparty%2Fkernel%2Fstable.git iio: dac: ds4424: sort headers alphabetically Sort the header inclusions alphabetically. This improves readability and simplifies adding new includes in the future. Group subsystem-specific headers (linux/iio/*) separately at the end to clarify subsystem context. Signed-off-by: Oleksij Rempel Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/ds4424.c b/drivers/iio/dac/ds4424.c index 9d33a810336f7..c35becc549855 100644 --- a/drivers/iio/dac/ds4424.c +++ b/drivers/iio/dac/ds4424.c @@ -6,14 +6,15 @@ */ #include +#include +#include +#include #include #include -#include #include -#include -#include -#include + #include +#include #include #define DS4422_MAX_DAC_CHANNELS 2