From: Armin Wolf Date: Thu, 21 Oct 2021 19:05:27 +0000 (+0200) Subject: hwmon: (dell-smm) Sort includes in alphabetical order X-Git-Tag: v5.16-rc1~165^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6105870f794ded0306dbff4ab017063e4d0f631a;p=thirdparty%2Flinux.git hwmon: (dell-smm) Sort includes in alphabetical order Sort includes for better overview. Signed-off-by: Armin Wolf Acked-by: Pali Rohár Link: https://lore.kernel.org/r/20211021190531.17379-2-W_Armin@gmx.de Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/dell-smm-hwmon.c b/drivers/hwmon/dell-smm-hwmon.c index af0d0d2b6e998..9773d6c0477a6 100644 --- a/drivers/hwmon/dell-smm-hwmon.c +++ b/drivers/hwmon/dell-smm-hwmon.c @@ -12,22 +12,22 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#include #include +#include #include +#include #include +#include +#include #include +#include #include -#include -#include #include #include -#include -#include -#include -#include -#include -#include #include +#include +#include #include