aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2018-09-12 12:11:59 +0000
committerLinus Walleij <[email protected]>2018-09-17 17:55:24 +0000
commit3bca2d4e4e7b771135456f99aea5bfc86aa4667c (patch)
treed8dc1c0a0a6202d6f54b4ea3f5a842fe3a3a3484
parentgpio: viperboard: Cut down on boilerplate (diff)
downloadkernel-3bca2d4e4e7b771135456f99aea5bfc86aa4667c.tar.gz
kernel-3bca2d4e4e7b771135456f99aea5bfc86aa4667c.zip
gpio: vx855: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>. Cc: Daniel Drake <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--drivers/gpio/gpio-vx855.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c
index 98a6f1fcc561..d229640b5865 100644
--- a/drivers/gpio/gpio-vx855.c
+++ b/drivers/gpio/gpio-vx855.c
@@ -25,7 +25,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/platform_device.h>