commit | 3f4290d4dcf1cfdc242fc4d0874995c3aead72e9 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Mar 04 23:44:49 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 19 01:50:29 2018 +0100 |
tree | 3f19ad9bb14ce82891636118da939334ec1c668e | |
parent | f63109f0cb40bca848eef9bf096dfdb7def5e20d [diff] |
gpio: ich: Include the right header This driver is a pure GPIO driver and should only include <linux/gpio/driver.h>. Refrain from using GPIOF_* flags in the driver, just use 1/0 to return direction. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>