From: Marek Vasut Date: Wed, 10 May 2023 10:22:47 +0000 (+0200) Subject: iio: mlx90614: Sort headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4c077429b42245f9aae855027758c9e6d05bcf33;p=linux.git iio: mlx90614: Sort headers Sort the headers alphabetically. No functional change. Acked-by: Crt Mori Signed-off-by: Marek Vasut Link: https://lore.kernel.org/r/20230510102251.10118-2-marex@denx.de Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/temperature/mlx90614.c b/drivers/iio/temperature/mlx90614.c index 6a1531669b343..31e308aad558f 100644 --- a/drivers/iio/temperature/mlx90614.c +++ b/drivers/iio/temperature/mlx90614.c @@ -19,12 +19,12 @@ * the "wakeup" GPIO is not given, power management will be disabled. */ +#include #include +#include #include -#include -#include #include -#include +#include #include #include