From 8abff91c6173b175bda3381bdb14981249502434 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 7 Jul 2024 07:49:51 -0700 Subject: [PATCH] hwmon: (lm95234) Reorder include files to be in alphabetic order Alphabetic include file order simplifies maintenance and makes it easier to add or remove files. No functional change. Reviewed-by: Tzung-Bi Shih Signed-off-by: Guenter Roeck --- drivers/hwmon/lm95234.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/lm95234.c b/drivers/hwmon/lm95234.c index 9a7afdb49895..0c509eed6a01 100644 --- a/drivers/hwmon/lm95234.c +++ b/drivers/hwmon/lm95234.c @@ -8,14 +8,14 @@ * Copyright (C) 2008, 2010 Davide Rizzo */ -#include -#include -#include -#include -#include +#include #include #include -#include +#include +#include +#include +#include +#include #include #include