mfd: mc13xxx: Stop including of_gpio.h
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Sep 2022 05:44:17 +0000 (22:44 -0700)
committerLee Jones <lee@kernel.org>
Wed, 7 Dec 2022 13:28:07 +0000 (13:28 +0000)
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
drivers/mfd/mc13xxx-i2c.c
drivers/mfd/mc13xxx-spi.c

index 9593e2b..633b973 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/mfd/mc13xxx.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/i2c.h>
 #include <linux/err.h>
 
index f803527..2809fbe 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/mfd/mc13xxx.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/err.h>
 #include <linux/spi/spi.h>