summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mc9s08dz60.c
diff options
context:
space:
mode:
authorLinus Walleij2018-04-13 15:11:30 +0200
committerLinus Walleij2018-05-16 14:35:24 +0200
commit3dc1c92fb24408736a5689088e3711c814c3c5a9 (patch)
treef352839eb71974fc8caaa813e35a1e34422acd3a /drivers/gpio/gpio-mc9s08dz60.c
parentgpio: mc33880: Include the right header (diff)
downloadkernel-qcow2-linux-3dc1c92fb24408736a5689088e3711c814c3c5a9.tar.gz
kernel-qcow2-linux-3dc1c92fb24408736a5689088e3711c814c3c5a9.tar.xz
kernel-qcow2-linux-3dc1c92fb24408736a5689088e3711c814c3c5a9.zip
gpio: mc9s08dz60: Include the right header
This is a driver so only include <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-mc9s08dz60.c')
-rw-r--r--drivers/gpio/gpio-mc9s08dz60.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mc9s08dz60.c b/drivers/gpio/gpio-mc9s08dz60.c
index 2fcad5b9cca5..d8d846d2189a 100644
--- a/drivers/gpio/gpio-mc9s08dz60.c
+++ b/drivers/gpio/gpio-mc9s08dz60.c
@@ -18,7 +18,7 @@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#define GPIO_GROUP_NUM 2
#define GPIO_NUM_PER_GROUP 8