m68k: coldfire: Include the GPIO driver header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 21 Aug 2019 07:09:23 +0000 (09:09 +0200)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 8 Sep 2019 23:32:32 +0000 (09:32 +1000)
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>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/coldfire/gpio.c

index a838984..ca26de2 100644 (file)
@@ -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>