Commit 7c68c2c7 authored by Guenter Roeck's avatar Guenter Roeck

hwmon: (lm83) Reorder include files to be in alphabetic order

Reorder include files to be in alphabetic order to simplify
driver maintenance.
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 7f3cc8f8
......@@ -18,15 +18,15 @@
* http://www.national.com/pf/LM/LM82.html
*/
#include <linux/module.h>
#include <linux/err.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/hwmon-sysfs.h>
#include <linux/hwmon.h>
#include <linux/err.h>
#include <linux/hwmon-sysfs.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/sysfs.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