aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-05-24 14:26:20 +0200
committerSimon Horman <horms+renesas@verge.net.au>2018-08-09 17:19:50 +0200
commit9f3a6c934772f389904f8649ae5bdf52fd9f0df5 (patch)
tree3bdef612b2f5e1cd63ffcdfa8d4743054f9b350f
parentf33e55effe2fe05e6a6528fee0fe573148145faa (diff)
downloadrenesas-backport-9f3a6c934772f389904f8649ae5bdf52fd9f0df5.tar.gz
gpio: pca953x: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> (cherry picked from commit 644f3da0b42aa299554c9c09a96d23c03957c6b0) Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--drivers/gpio/gpio-pca953x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index f7301d03bb0723..587bb3e9e6c1ab 100644
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
@@ -12,7 +12,7 @@
*/
#include <linux/acpi.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/init.h>