Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: mc13xxx: Stop including of_gpio.h

Neither SPI nor I2C variant uses any APIs from of_gpio.h so let's stop
including it.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220926054421.1546436-1-dmitry.torokhov@gmail.com

authored by

Dmitry Torokhov and committed by
Lee Jones
2e992b22 54f872ba

-2
-1
drivers/mfd/mc13xxx-i2c.c
··· 11 11 #include <linux/mfd/mc13xxx.h> 12 12 #include <linux/of.h> 13 13 #include <linux/of_device.h> 14 - #include <linux/of_gpio.h> 15 14 #include <linux/i2c.h> 16 15 #include <linux/err.h> 17 16
-1
drivers/mfd/mc13xxx-spi.c
··· 15 15 #include <linux/mfd/mc13xxx.h> 16 16 #include <linux/of.h> 17 17 #include <linux/of_device.h> 18 - #include <linux/of_gpio.h> 19 18 #include <linux/err.h> 20 19 #include <linux/spi/spi.h> 21 20