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:
ab8c1e8
)
gpio: twl6040: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 3 Sep 2018 07:54:55 +0000
(09:54 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 10 Sep 2018 06:48:59 +0000
(08:48 +0200)
This is a GPIO driver so include only <linux/gpio/driver.h>.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-twl6040.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-twl6040.c
b/drivers/gpio/gpio-twl6040.c
index dadeacf43e0ce492f57447b5b0060163c2bd1081..095b20fd031535ebc93d7fb3fde0abc00fb655ad 100644
(file)
--- a/
drivers/gpio/gpio-twl6040.c
+++ b/
drivers/gpio/gpio-twl6040.c
@@
-26,7
+26,7
@@
#include <linux/init.h>
#include <linux/kthread.h>
#include <linux/irq.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/platform_device.h>
#include <linux/of.h>