gpio: ich: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 4 Mar 2018 22:44:49 +0000 (23:44 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Mar 2018 00:50:29 +0000 (01:50 +0100)
commit3f4290d4dcf1cfdc242fc4d0874995c3aead72e9
tree3f19ad9bb14ce82891636118da939334ec1c668e
parentf63109f0cb40bca848eef9bf096dfdb7def5e20d
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>
drivers/gpio/gpio-ich.c