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:
2ab4a93
)
gpio: xtensa: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 12 Sep 2018 11:34:40 +0000
(13:34 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 17 Sep 2018 17:55:24 +0000
(10:55 -0700)
This is a GPIO driver so include only <linux/gpio/driver.h>.
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-xtensa.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-xtensa.c
b/drivers/gpio/gpio-xtensa.c
index f16c0427952e16e435af4734fa7f3f7d8063cd5c..d3834d727d3eb78d5da74f1c9c6b0baa84ca166c 100644
(file)
--- a/
drivers/gpio/gpio-xtensa.c
+++ b/
drivers/gpio/gpio-xtensa.c
@@
-30,7
+30,7
@@
#include <linux/err.h>
#include <linux/module.h>
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/bitops.h>
#include <linux/platform_device.h>