Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio: forward-declare enum gpiod_flags
This enum is used in the gpiolib.h header file, yet <linux/gpio/consumer.h> is not included so plainly including this file (and some drivers do) will raise compile problems. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
- Loading branch information