]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
hwmon: (lm92) Reorder include files to alphabetic order
authorGuenter Roeck <linux@roeck-us.net>
Wed, 17 Jul 2024 03:57:19 +0000 (20:57 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 27 Aug 2024 15:10:22 +0000 (08:10 -0700)
Simplify driver maintenance by reordering files to alphabetic order.

No functional change.

Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm92.c

index e2d8c8afcbfa0d3481d93b274329a685e8f3498f..b0179d72b77998ecc51a09b7c9dff52bb14bea23 100644 (file)
  * with the LM92.
  */
 
-#include <linux/module.h>
-#include <linux/init.h>
-#include <linux/slab.h>
-#include <linux/i2c.h>
+#include <linux/err.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
-#include <linux/err.h>
-#include <linux/mutex.h>
+#include <linux/i2c.h>
+#include <linux/init.h>
 #include <linux/jiffies.h>
+#include <linux/module.h>
+#include <linux/mutex.h>
+#include <linux/slab.h>
 
 /*
  * The LM92 and MAX6635 have 2 two-state pins for address selection,