summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij2018-04-13 14:37:12 +0200
committerLinus Walleij2018-05-16 14:35:24 +0200
commite92a5c61607f44bc40a38cb3262275b3eae34358 (patch)
tree74e14e879d199b194bbe63b8232ff0864d81577b /drivers/gpio
parentgpio: loongson: Use BIT() macros (diff)
downloadkernel-qcow2-linux-e92a5c61607f44bc40a38cb3262275b3eae34358.tar.gz
kernel-qcow2-linux-e92a5c61607f44bc40a38cb3262275b3eae34358.tar.xz
kernel-qcow2-linux-e92a5c61607f44bc40a38cb3262275b3eae34358.zip
gpio: lp3943: 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')
-rw-r--r--drivers/gpio/gpio-lp3943.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-lp3943.c b/drivers/gpio/gpio-lp3943.c
index 6dc6725403ec..c3a3b9b7b553 100644
--- a/drivers/gpio/gpio-lp3943.c
+++ b/drivers/gpio/gpio-lp3943.c
@@ -12,7 +12,7 @@
#include <linux/bitops.h>
#include <linux/err.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/i2c.h>
#include <linux/mfd/lp3943.h>
#include <linux/module.h>