Skip to content

Commit

Permalink
i2c: mux: pca9541: sort include files
Browse files Browse the repository at this point in the history
Make it consistent with the other drivers.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Peter Rosin <peda@axentia.se>
  • Loading branch information
Wolfram Sang authored and Peter Rosin committed Aug 14, 2017
1 parent aae4e7a commit 885e42d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions drivers/i2c/muxes/i2c-mux-pca9541.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 885e42d

Please sign in to comment.