aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pl061.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-05-24 14:30:26 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-05-24 17:09:41 +0200
commitdcc6ceef74fc27f0533b4957bf90e1a7f9c8909b (patch)
tree978569020fc5eded847e1169e26af08510f42ba8 /drivers/gpio/gpio-pl061.c
parentgpio: pch: Include the right header (diff)
downloadlinux-dev-dcc6ceef74fc27f0533b4957bf90e1a7f9c8909b.tar.xz
linux-dev-dcc6ceef74fc27f0533b4957bf90e1a7f9c8909b.zip
gpio: pl061: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pl061.c')
-rw-r--r--drivers/gpio/gpio-pl061.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c
index b70974cb9ef1..2afd9de84a0d 100644
--- a/drivers/gpio/gpio-pl061.c
+++ b/drivers/gpio/gpio-pl061.c
@@ -20,7 +20,7 @@
#include <linux/irq.h>
#include <linux/irqchip/chained_irq.h>
#include <linux/bitops.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/device.h>
#include <linux/amba/bus.h>
#include <linux/slab.h>