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:
57291ce
)
pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL
author
Stephen Warren
<swarren@nvidia.com>
Wed, 4 Apr 2012 03:53:56 +0000
(21:53 -0600)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 18 Apr 2012 11:53:10 +0000
(13:53 +0200)
pinctrl/devicetree.c won't compile when !CONFIG_PINCTRL, since the
pinctrl headers don't declare some types when !PINCTRL. Make sure
pinctrl/Makefile only attempts to compile devicetree.c when OF &&
PINCTRL.
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found