From: Guenter Roeck Date: Sun, 10 Jul 2016 16:43:21 +0000 (-0700) Subject: hwmon: (core) Order include files alphabetically X-Git-Tag: v4.14-rc1~2390^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9ebbe6f23f43f4520d9e3c4fe1384963848088e;p=platform%2Fkernel%2Flinux-rpi.git hwmon: (core) Order include files alphabetically Ordering include files alphabetically makes it easier to add new ones. Stop including linux/spinlock.h and linux/kdev_t.h since both are not needed. Reviewed-by: Jonathan Cameron Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/hwmon.c b/drivers/hwmon/hwmon.c index a26c385..649a68d 100644 --- a/drivers/hwmon/hwmon.c +++ b/drivers/hwmon/hwmon.c @@ -12,16 +12,14 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include #include #include -#include -#include -#include -#include #include -#include +#include +#include +#include #include +#include #include #define HWMON_ID_PREFIX "hwmon"