i2c: mux: pca9541: sort include files
authorWolfram Sang <wsa@the-dreams.de>
Mon, 14 Aug 2017 08:23:24 +0000 (10:23 +0200)
committerPeter Rosin <peda@axentia.se>
Mon, 14 Aug 2017 09:53:58 +0000 (11:53 +0200)
Make it consistent with the other drivers.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/i2c-mux-pca9541.c

index 9e318c9516c767b41e872d966d425699c51b0b04..be961f2855c75f1e7e1f6c02637c251ce0855874 100644 (file)
  * 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