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:
c693593
)
Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
author
Linus Walleij
<
[email protected]
>
Wed, 24 Aug 2016 11:51:33 +0000
(13:51 +0200)
committer
Linus Walleij
<
[email protected]
>
Wed, 7 Sep 2016 22:42:57 +0000
(
00:42
+0200)
This reverts commit
7d4defe21c682c934a19fce1ba8b54b7bde61b08
.
The commit was pointless, manically trembling in the dark for
a solution. The real fixes are:
commit
048c28c91e56
("gpio: make any OF dependent driver depend on OF_GPIO")
commit
2527ecc9195e
("gpio: Fix OF build problem on UM")
Reported-by: Chris Wilson <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
drivers/gpio/gpiolib-of.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpiolib-of.c
b/drivers/gpio/gpiolib-of.c
index 75e7b3919ea7756f0d417eee62855145ca678957..a28feb3edf33350f5e7de8986cdca6c3ea2ee764 100644
(file)
--- a/
drivers/gpio/gpiolib-of.c
+++ b/
drivers/gpio/gpiolib-of.c
@@
-16,7
+16,6
@@
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/io.h>
-#include <linux/io-mapping.h>
#include <linux/gpio/consumer.h>
#include <linux/of.h>
#include <linux/of_address.h>