diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-07 22:03:07 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-12 14:48:40 +0200 |
commit | 45e8296cc9a25e048c682794b11b27a0813a956f (patch) | |
tree | eecdfff33fc1165e2bea01fc7dd4bdee05677eb1 /drivers/gpio/gpio-vf610.c | |
parent | 8734fae64eb0fdaf7cfd0599f4fbf747697006f6 (diff) |
gpio: vf610: Include the right header
This is a GPIO driver so only include <linux/gpio/driver.h>.
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-vf610.c')
-rw-r--r-- | drivers/gpio/gpio-vf610.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vf610.c b/drivers/gpio/gpio-vf610.c index d4ad6d0e02a2..93eed646d92f 100644 --- a/drivers/gpio/gpio-vf610.c +++ b/drivers/gpio/gpio-vf610.c @@ -17,7 +17,7 @@ #include <linux/bitops.h> #include <linux/err.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> |