aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-08-14 10:23:24 +0200
committerPeter Rosin <peda@axentia.se>2017-08-14 11:53:58 +0200
commit885e42d9c267d23d6001275e819e2448bf59ea8c (patch)
tree6c7cca31d6a60b5316e2927461e3b39ce662a241
parentLinux 4.13-rc4 (diff)
downloadlinux-dev-885e42d9c267d23d6001275e819e2448bf59ea8c.tar.xz
linux-dev-885e42d9c267d23d6001275e819e2448bf59ea8c.zip
i2c: mux: pca9541: sort include files
Make it consistent with the other drivers. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Peter Rosin <peda@axentia.se>
-rw-r--r--drivers/i2c/muxes/i2c-mux-pca9541.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/i2c/muxes/i2c-mux-pca9541.c b/drivers/i2c/muxes/i2c-mux-pca9541.c
index 9e318c9516c7..be961f2855c7 100644
--- a/drivers/i2c/muxes/i2c-mux-pca9541.c
+++ b/drivers/i2c/muxes/i2c-mux-pca9541.c
@@ -16,15 +16,14 @@
* warranty of any kind, whether express or implied.
*/
-#include <linux/module.h>
-#include <linux/jiffies.h>
#include <linux/delay.h>
-#include <linux/slab.h>
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/i2c-mux.h>
-
#include <linux/i2c/pca954x.h>
+#include <linux/jiffies.h>
+#include <linux/module.h>
+#include <linux/slab.h>
/*
* The PCA9541 is a bus master selector. It supports two I2C masters connected