summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-06-27 09:46:15 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-07-02 16:00:49 +0200
commit05467e54998be15a35c20e0605315fec309b6a5b (patch)
treea5b2ba477247b5c12db9a21f5708b41d9293bfb5
parent4b1d8007987a85b9f4264905fdd6d76a3cc0b001 (diff)
downloadop-kernel-dev-05467e54998be15a35c20e0605315fec309b6a5b.zip
op-kernel-dev-05467e54998be15a35c20e0605315fec309b6a5b.tar.gz
gpio: rdc321x: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/gpio/gpio-rdc321x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-rdc321x.c b/drivers/gpio/gpio-rdc321x.c
index cbf0f9e..2938217 100644
--- a/drivers/gpio/gpio-rdc321x.c
+++ b/drivers/gpio/gpio-rdc321x.c
@@ -25,7 +25,7 @@
#include <linux/spinlock.h>
#include <linux/platform_device.h>
#include <linux/pci.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/mfd/rdc321x.h>
#include <linux/slab.h>
OpenPOWER on IntegriCloud