]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: tegra: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 6 Aug 2018 15:38:33 +0000 (17:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 10 Aug 2018 21:19:17 +0000 (23:19 +0200)
commit21041daba2300c88f0da538b3480a9fae37430ea
tree0e4a2810aaf6dd977a0ebae7d39582dc08ba2e15
parentd799a4de0a250f1bdd99765bb8e55a5e2f469a1f
gpio: tegra: Include the right header

This is a GPIO driver so include only <linux/gpio/driver.h>.
Drop the use of GPIOF_* flags: these are for consumers, not
drivers. Just return 0/1.

Cc: Stefan Agner <stefan@agner.ch>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c