From: Guenter Roeck Date: Sat, 30 Oct 2021 16:02:56 +0000 (-0700) Subject: hwmon: (lm90) Reorder include files in alphabetical order X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=479f21d41d30c25cc9060828dd8819f655227931;p=linux.git hwmon: (lm90) Reorder include files in alphabetical order Reorder include files in alphabetical order to reduce the chance of duplicates and to make it clear where new include files should be added. Drop the unnecessary include of linux/sysfs.h. Include linux/device.h instead because that is what is actually used. No functional change. Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 63ada2d0d839a..b7f5b743c9f59 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c @@ -80,18 +80,18 @@ * concern all supported chipsets, unless mentioned otherwise. */ -#include +#include +#include +#include #include -#include +#include #include -#include #include -#include +#include #include #include -#include -#include #include +#include #include /*