commit | 63f2dc0a76120e07c7482c7c95b2254fad39b343 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 08 17:57:43 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 22 15:30:31 2018 +0100 |
tree | 6d54f54749722dbd40f89417c2a62846d064243f | |
parent | 75f8f5af0c2b633352baabd288eff419eb921106 [diff] |
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>