commit | 58b84f6a97f7f8811e0636836734809ff52cad43 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Aug 19 12:00:53 2014 -0500 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Aug 21 07:44:36 2014 -0500 |
tree | 162a1d981c519433f076244882ce7045a63c635c | |
parent | 8a69155040bf8745a9a95da8cbaab2940b4093d5 [diff] |
gpio: move GPIOD flags outside #ifdef 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>