Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b2ea08b authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (lm95241) Order include files alphabetically



Simplify detecting duplicate include files and finding the right place
for adding new ones.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 090a7f8e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,15 +21,15 @@
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#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.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/sysfs.h>

#define DEVNAME "lm95241"