Alphabetic order for include files help deciding where to add new include files when needed. No functional change. Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> --- drivers/hwmon/g762.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/g762.c b/drivers/hwmon/g762.c index 8573865a8989..37d8a45610a3 100644 --- a/drivers/hwmon/g762.c +++ b/drivers/hwmon/g762.c @@ -27,17 +27,17 @@ * http://www.gmt.com.tw/product/datasheet/EDS-762_3.pdf */ +#include <linux/clk.h> #include <linux/device.h> -#include <linux/module.h> -#include <linux/init.h> -#include <linux/jiffies.h> +#include <linux/err.h> #include <linux/i2c.h> +#include <linux/init.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> -#include <linux/err.h> -#include <linux/mutex.h> +#include <linux/jiffies.h> #include <linux/kernel.h> -#include <linux/clk.h> +#include <linux/module.h> +#include <linux/mutex.h> #include <linux/of.h> #define DRVNAME "g762" -- 2.39.2