From: Taha Ed-Dafili <0rayn.dev@gmail.com> Date: Sat, 9 May 2026 14:20:40 +0000 (+0100) Subject: iio: dac: ad5504: sort headers alphabetically X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc116c10f7874be109bd956a9080df113c246feb;p=thirdparty%2Fkernel%2Flinux.git iio: dac: ad5504: sort headers alphabetically Rearrange the include headers in alphabetical order to follow the standard kernel coding style. This is a preparatory cleanup with no functional changes. Reviewed-by: Andy Shevchenko Signed-off-by: Taha Ed-Dafili <0rayn.dev@gmail.com> Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/ad5504.c b/drivers/iio/dac/ad5504.c index 355bcb6a8ba0b..03ce37e2c616a 100644 --- a/drivers/iio/dac/ad5504.c +++ b/drivers/iio/dac/ad5504.c @@ -5,21 +5,21 @@ * Copyright 2011 Analog Devices Inc. */ -#include -#include +#include #include +#include +#include #include -#include +#include +#include #include +#include #include -#include -#include -#include +#include +#include #include #include -#include -#include #define AD5504_RES_MASK GENMASK(11, 0) #define AD5504_CMD_READ BIT(15)