aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-it87.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-03-06 09:00:37 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-03-19 01:50:29 +0100
commitc3a174036f648f0a28e047bb90784051b42c3021 (patch)
tree5d71816318b72ffcf607a132df2e2b9d8a0db8ee /drivers/gpio/gpio-it87.c
parentgpio: ich: Use BIT() macro (diff)
downloadlinux-dev-c3a174036f648f0a28e047bb90784051b42c3021.tar.xz
linux-dev-c3a174036f648f0a28e047bb90784051b42c3021.zip
gpio: it87: 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/gpio-it87.c')
-rw-r--r--drivers/gpio/gpio-it87.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-it87.c b/drivers/gpio/gpio-it87.c
index efb46edff81f..7cad14d3f127 100644
--- a/drivers/gpio/gpio-it87.c
+++ b/drivers/gpio/gpio-it87.c
@@ -31,7 +31,7 @@
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
/* Chip Id numbers */
#define NO_DEV_ID 0xffff