From: Guenter Roeck Date: Sun, 7 Jul 2024 14:49:51 +0000 (-0700) Subject: hwmon: (lm95234) Reorder include files to be in alphabetic order X-Git-Tag: v6.12-rc1~150^2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8abff91c6173b175bda3381bdb14981249502434;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/hwmon/lm95234.c b/drivers/hwmon/lm95234.c index 9a7afdb49895d..0c509eed6a012 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