From 5171493221abb2d430b5485fe79dc4ca651eb0cd Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Sat, 20 Feb 2016 23:33:39 +0100 Subject: [PATCH] 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 --- drivers/i2c/i2c-mux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/i2c-mux.c b/drivers/i2c/i2c-mux.c index 00fc5b1c7b66..d4022878b2f0 100644 --- a/drivers/i2c/i2c-mux.c +++ b/drivers/i2c/i2c-mux.c @@ -19,13 +19,13 @@ * warranty of any kind, whether express or implied. */ -#include -#include -#include +#include #include #include +#include +#include #include -#include +#include /* multiplexer per channel data */ struct i2c_mux_priv { -- 2.20.1