diff mbox series

i2c: dev: keep sorting of includes

Message ID 20200130202312.5107-1-wsa@the-dreams.de
State Accepted
Headers show
Series i2c: dev: keep sorting of includes | expand

Commit Message

Wolfram Sang Jan. 30, 2020, 8:23 p.m. UTC
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---

It makes sense, another patch wanted to duplicate an entry...

 drivers/i2c/i2c-dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang Feb. 22, 2020, 12:50 p.m. UTC | #1
On Thu, Jan 30, 2020 at 09:23:12PM +0100, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c
index 94beacc41302..da020acc9bbd 100644
--- a/drivers/i2c/i2c-dev.c
+++ b/drivers/i2c/i2c-dev.c
@@ -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