Commit 351047fc authored by Guenter Roeck's avatar Guenter Roeck

hwmon: (max6697) Reorder include files

Reorder include files to alphabetic order to improve maintainability.
Reviewed-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 119abf7d
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
* Copyright (c) 2011 David George <david.george@ska.ac.za> * Copyright (c) 2011 David George <david.george@ska.ac.za>
*/ */
#include <linux/module.h> #include <linux/err.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/hwmon.h> #include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h> #include <linux/hwmon-sysfs.h>
#include <linux/err.h> #include <linux/i2c.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <linux/module.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/slab.h>
#include <linux/platform_data/max6697.h> #include <linux/platform_data/max6697.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment