aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vf610.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-07 22:03:07 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-12 14:48:40 +0200
commit45e8296cc9a25e048c682794b11b27a0813a956f (patch)
treeeecdfff33fc1165e2bea01fc7dd4bdee05677eb1 /drivers/gpio/gpio-vf610.c
parentgpio: of: make example syntactically correct (diff)
downloadlinux-dev-45e8296cc9a25e048c682794b11b27a0813a956f.tar.xz
linux-dev-45e8296cc9a25e048c682794b11b27a0813a956f.zip
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.c2
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>