All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] mfd: mc13xxx: stop including of_gpio.h
@ 2022-09-26  5:44 Dmitry Torokhov
  2022-09-26  5:44 ` [PATCH 2/5] mfd: madera: include correct gpio API Dmitry Torokhov
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Dmitry Torokhov @ 2022-09-26  5:44 UTC (permalink / raw)
  To: Lee Jones
  Cc: Tony Lindgren, Charles Keepax, Richard Fitzgerald, patches,
	linux-kernel, linux-omap

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>
---
 drivers/mfd/mc13xxx-i2c.c | 1 -
 drivers/mfd/mc13xxx-spi.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/mfd/mc13xxx-i2c.c b/drivers/mfd/mc13xxx-i2c.c
index eb94f3004cf3..89ab01105460 100644
--- a/drivers/mfd/mc13xxx-i2c.c
+++ b/drivers/mfd/mc13xxx-i2c.c
@@ -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>
 
diff --git a/drivers/mfd/mc13xxx-spi.c b/drivers/mfd/mc13xxx-spi.c
index f803527e5819..2809fbeb317c 100644
--- a/drivers/mfd/mc13xxx-spi.c
+++ b/drivers/mfd/mc13xxx-spi.c
@@ -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>
 
-- 
2.37.3.998.g577e59143f-goog


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-24  7:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26  5:44 [PATCH 1/5] mfd: mc13xxx: stop including of_gpio.h Dmitry Torokhov
2022-09-26  5:44 ` [PATCH 2/5] mfd: madera: include correct gpio API Dmitry Torokhov
2022-10-24  7:32   ` Lee Jones
2022-09-26  5:44 ` [PATCH 3/5] mfd: palmas: stop including of_gpio.h Dmitry Torokhov
2022-10-24  7:33   ` Lee Jones
2022-09-26  5:44 ` [PATCH 4/5] mfd: twl6040: switch to using gpiod API Dmitry Torokhov
2022-10-24  7:33   ` Lee Jones
2022-09-26  5:44 ` [PATCH 5/5] mfd: twl6040: drop twl6040_platform_data and associated definitions Dmitry Torokhov
2022-10-24  7:34   ` Lee Jones
2022-10-24  7:32 ` [PATCH 1/5] mfd: mc13xxx: stop including of_gpio.h Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.