1
0
Fork 0
alistair23-linux/include/linux/gpio
Linus Walleij 0dbc8b7afe gpio: move varargs hack outside #ifdef GPIOLIB
commit 39b2bbe3d7
"gpio: add flags argument to gpiod_get*() functions"
added a dynamic flags argument to all the GPIOD getter
functions, however this did not cover the stubs so
when people used gpiod stubs to compile out descriptor
code, compilation failed.

Solve this by:
- Also rename all the stub functions __gpiod_*
- Moving the vararg hack outside of #ifdef CONFIG_GPIOLIB
  so these will always be available.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2014-09-02 10:09:43 +02:00
..
consumer.h gpio: move varargs hack outside #ifdef GPIOLIB 2014-09-02 10:09:43 +02:00
driver.h gpio: split gpiod board registration into machine header 2014-07-28 12:23:35 +02:00
machine.h gpio: add missing includes in machine.h 2014-08-07 11:54:51 +02:00