aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-03-12 12:08:02 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-03-19 01:50:30 +0100
commit1c947b7f48783a3470611fc3eba61daac2629148 (patch)
treec65516b2a3a3a21932f1dabea74d3f886aea2aa6 /drivers/gpio
parentgpio: it87: Include the right header (diff)
downloadlinux-dev-1c947b7f48783a3470611fc3eba61daac2629148.tar.xz
linux-dev-1c947b7f48783a3470611fc3eba61daac2629148.zip
gpio: janz-ttl: Include the right header
This driver is a pure GPIO driver and should only include <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-janz-ttl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c
index a8d0a6b8025a..e9f4612cd2cc 100644
--- a/drivers/gpio/gpio-janz-ttl.c
+++ b/drivers/gpio/gpio-janz-ttl.c
@@ -16,7 +16,7 @@
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/io.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/slab.h>
#include <linux/mfd/janz.h>