diff mbox series

[3/5] mfd: palmas: stop including of_gpio.h

Message ID 20220926054421.1546436-3-dmitry.torokhov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/5] mfd: mc13xxx: stop including of_gpio.h | expand

Commit Message

Dmitry Torokhov Sept. 26, 2022, 5:44 a.m. UTC
It does not appear that any of palmas sub-drivers are using OF-based
gpio APIs, so let's stop including this header.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 include/linux/mfd/palmas.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Lee Jones Oct. 24, 2022, 7:33 a.m. UTC | #1
On Sun, 25 Sep 2022, Dmitry Torokhov wrote:

> It does not appear that any of palmas sub-drivers are using OF-based
> gpio APIs, so let's stop including this header.
> 
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> ---
>  include/linux/mfd/palmas.h | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.
diff mbox series

Patch

diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index 1e61c7e9f50d..117d02708439 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -16,7 +16,6 @@ 
 #include <linux/regmap.h>
 #include <linux/regulator/driver.h>
 #include <linux/extcon-provider.h>
-#include <linux/of_gpio.h>
 #include <linux/usb/phy_companion.h>
 
 #define PALMAS_NUM_CLIENTS		3