Commit 74b6451b authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (max1668) Reorder include files to alphabetic order



Reorder include files to alphabetic order to simplify driver maintenance.

Reviewed-by: default avatarTzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 34ea1f98
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@
 * some credit to Christoph Scheurer, but largely a rewrite
 */

#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/err.h>
#include <linux/hwmon.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/slab.h>

/* Addresses to scan */
static const unsigned short max1668_addr_list[] = {