git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a69155
)
gpio: move GPIOD flags outside #ifdef
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 19 Aug 2014 17:00:53 +0000
(12:00 -0500)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 21 Aug 2014 12:44:36 +0000
(07:44 -0500)
The GPIOD flags are defined inside the #ifdef CONFIG_GPIOLIB
switch, making the gpiolib stubs fail if these flags are used
by a consumer. This is not correct: the stubs should compile
fine without GPIOLIB.
Reported-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio/consumer.h
patch
|
blob
|
history
diff --cc
include/linux/gpio/consumer.h
Simple merge