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:
32e49b9
)
gpio: timberdale: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 6 Aug 2018 15:42:46 +0000
(17:42 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 10 Aug 2018 21:04:27 +0000
(23:04 +0200)
This is a GPIO driver so include only <linux/gpio/driver.h>.
Cc: Richard Röjfors <richard.rojfors@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-timberdale.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-timberdale.c
b/drivers/gpio/gpio-timberdale.c
index 6520a847591068642e149e1b165d0d510ef72c65..314e300d6ba33ac0724eb41510caa08a697aff1d 100644
(file)
--- a/
drivers/gpio/gpio-timberdale.c
+++ b/
drivers/gpio/gpio-timberdale.c
@@
-22,7
+22,7
@@
*/
#include <linux/init.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/platform_device.h>
#include <linux/irq.h>
#include <linux/io.h>