瀏覽代碼

i2c: i2c-mux: sort includes

I request this for drivers, so the core should adhere to sorted includes as
well.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Wolfram Sang 9 年之前
父節點
當前提交
5171493221
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      drivers/i2c/i2c-mux.c

+ 4 - 4
drivers/i2c/i2c-mux.c

@@ -19,13 +19,13 @@
  * 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 {