Skip to content

Commit a618d86

Browse files
bastien-curutchetAndi Shyti
authored andcommitted
i2c: mux: gpio: Re-order #include to match alphabetic order
The #includes don't match alphabetic order. Re-order #includes to match the alphabetic order before adding a new one. Signed-off-by: Bastien Curutchet <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Acked-by: Peter Rosin <[email protected]> Signed-off-by: Andi Shyti <[email protected]>
1 parent dc53dbe commit a618d86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/i2c/muxes/i2c-mux-gpio.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
* Peter Korsgaard <[email protected]>
66
*/
77

8+
#include <linux/bits.h>
9+
#include <linux/gpio/consumer.h>
10+
#include <linux/gpio/driver.h>
811
#include <linux/i2c.h>
912
#include <linux/i2c-mux.h>
13+
#include <linux/module.h>
1014
#include <linux/overflow.h>
1115
#include <linux/platform_data/i2c-mux-gpio.h>
1216
#include <linux/platform_device.h>
13-
#include <linux/module.h>
1417
#include <linux/slab.h>
15-
#include <linux/bits.h>
16-
#include <linux/gpio/consumer.h>
17-
#include <linux/gpio/driver.h>
1818

1919
struct gpiomux {
2020
struct i2c_mux_gpio_platform_data data;

0 commit comments

Comments
 (0)