projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74c2bb
)
m68k: coldfire: Include the GPIO driver header
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 21 Aug 2019 07:09:23 +0000
(09:09 +0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/arch/m68k/coldfire/gpio.c
b/arch/m68k/coldfire/gpio.c
index a838984261278c4369377e7880373d8a59553b4a..ca26de257871d608c4aecfc1264a6ac46560662e 100644
(file)
--- 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>