]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: include consumer header in gpiolib.h
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Feb 2018 16:57:43 +0000 (17:57 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Feb 2018 14:30:31 +0000 (15:30 +0100)
commit63f2dc0a76120e07c7482c7c95b2254fad39b343
tree6d54f54749722dbd40f89417c2a62846d064243f
parent75f8f5af0c2b633352baabd288eff419eb921106
gpio: include consumer header in gpiolib.h

We are forward-declaring enum gpiod_flags, but this is not referenced
by pointer, it is a real struct member, so we need to actually include
it to compile anything including the local gpiolib.h header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.h