Searched hist:eafeb7a44aa8f79c992b9d557ede740c739f4b25 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | Makefile | diff eafeb7a44aa8f79c992b9d557ede740c739f4b25 Wed Apr 04 05:53:56 CEST 2012 Stephen Warren <swarren@nvidia.com> pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL
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>
|