projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c874a
)
i2c: i2c-stub: sort includes
author
Wolfram Sang
<wsa@the-dreams.de>
Sat, 20 Feb 2016 22:33:39 +0000
(23:33 +0100)
committer
Wolfram 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/i2c-stub.c
b/drivers/i2c/i2c-stub.c
index af2a94e1140ba064b038e4beb4e9c9a1dee1e0cd..06af583d510150c4e8086202005fc1e46e6d6663 100644
(file)
--- a/
drivers/i2c/i2c-stub.c
+++ b/
drivers/i2c/i2c-stub.c
@@
-17,13
+17,13
@@
#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