commit | 21041daba2300c88f0da538b3480a9fae37430ea | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Aug 06 17:38:33 2018 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Aug 10 23:19:17 2018 +0200 |
tree | 0e4a2810aaf6dd977a0ebae7d39582dc08ba2e15 | |
parent | d799a4de0a250f1bdd99765bb8e55a5e2f469a1f [diff] |
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>