i2c: i2c-stub: sort includes
authorWolfram Sang <wsa@the-dreams.de>
Sat, 20 Feb 2016 22:33:39 +0000 (23:33 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 20 Feb 2016 22:33:39 +0000 (23:33 +0100)
I request this for drivers, so the core should adhere to sorted includes as
well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-stub.c

index af2a94e..06af583 100644 (file)
 
 #define DEBUG 1
 
-#include <linux/init.h>
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/slab.h>
 #include <linux/errno.h>
 #include <linux/i2c.h>
+#include <linux/init.h>
+#include <linux/kernel.h>
 #include <linux/list.h>
+#include <linux/module.h>
+#include <linux/slab.h>
 
 #define MAX_CHIPS 10