public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: ar71: include linux/gpio/driver.h
@ 2023-03-08 14:52 Arnd Bergmann
  2023-03-08 15:37 ` Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Arnd Bergmann @ 2023-03-08 14:52 UTC (permalink / raw)
  To: Linus Walleij, Andy Shevchenko
  Cc: Arnd Bergmann, Naresh Kamboju, Thomas Bogendoerfer, linux-mips,
	linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

The change to remove the implicit gpio/driver.h include was done
after fixing all the other users, but the ar7 file still needs
the same change.

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Fixes: 21d9526d13b5 ("gpiolib: Make the legacy <linux/gpio.h> consumer-only")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/mips/ar7/gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/ar7/gpio.c b/arch/mips/ar7/gpio.c
index ae0e01b9438f..4ed833b9cc2f 100644
--- a/arch/mips/ar7/gpio.c
+++ b/arch/mips/ar7/gpio.c
@@ -7,7 +7,7 @@
 
 #include <linux/init.h>
 #include <linux/export.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 
 #include <asm/mach-ar7/ar7.h>
 
-- 
2.39.2


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

end of thread, other threads:[~2023-03-09 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 14:52 [PATCH] mips: ar71: include linux/gpio/driver.h Arnd Bergmann
2023-03-08 15:37 ` Andy Shevchenko
2023-03-08 21:56 ` Linus Walleij
2023-03-09 14:05   ` Andy Shevchenko
2023-03-09 14:21     ` Linus Walleij
2023-03-09 14:57 ` Philippe Mathieu-Daudé
2023-03-09 22:04 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox