i2c: dev: keep sorting of includes
authorWolfram Sang <wsa@the-dreams.de>
Thu, 30 Jan 2020 20:23:12 +0000 (21:23 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 26 Feb 2020 10:06:43 +0000 (11:06 +0100)
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-dev.c

index 2ea4585..ffd381e 100644 (file)
@@ -15,6 +15,7 @@
 /* The I2C_RDWR ioctl code is written by Kolja Waschk <waschk@telos.de> */
 
 #include <linux/cdev.h>
+#include <linux/compat.h>
 #include <linux/device.h>
 #include <linux/fs.h>
 #include <linux/i2c-dev.h>
@@ -27,7 +28,6 @@
 #include <linux/notifier.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>
-#include <linux/compat.h>
 
 /*
  * An i2c_dev represents an i2c_adapter ... an I2C or SMBus master, not a