linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] m68k: coldfire: Include the GPIO driver header
@ 2019-08-21  7:09 Linus Walleij
  2019-08-21  7:19 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2019-08-21  7:09 UTC (permalink / raw)
  To: linux-gpio; +Cc: Bartosz Golaszewski, Linus Walleij, Geert Uytterhoeven

The Coldfire GPIO driver needs to explicitly incldue the
GPIO driver header since it is providing a driver.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Geert can you pick this up for m68k?
---
 arch/m68k/coldfire/gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/m68k/coldfire/gpio.c b/arch/m68k/coldfire/gpio.c
index a83898426127..ca26de257871 100644
--- a/arch/m68k/coldfire/gpio.c
+++ b/arch/m68k/coldfire/gpio.c
@@ -9,6 +9,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/device.h>
+#include <linux/gpio/driver.h>
 
 #include <linux/io.h>
 #include <asm/coldfire.h>
-- 
2.21.0


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

end of thread, other threads:[~2019-08-22  0:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-21  7:09 [PATCH] m68k: coldfire: Include the GPIO driver header Linus Walleij
2019-08-21  7:19 ` Geert Uytterhoeven
2019-08-21 12:22   ` Greg Ungerer
2019-08-21 12:50     ` Geert Uytterhoeven
2019-08-22  0:50       ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).