]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: i2c-mux: 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-mux.c

index 00fc5b1c7b66bb20f6ab1a54e6add6875f546c48..d4022878b2f0b6cb55e76f49e6906981181e19a1 100644 (file)
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/kernel.h>
-#include <linux/module.h>
-#include <linux/slab.h>
+#include <linux/acpi.h>
 #include <linux/i2c.h>
 #include <linux/i2c-mux.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/of.h>
-#include <linux/acpi.h>
+#include <linux/slab.h>
 
 /* multiplexer per channel data */
 struct i2c_mux_priv {