aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vr41xx.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-12 13:14:33 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-09-17 08:48:42 -0700
commit3b3001cacdf4c95d611657c61e194f1da3c577f5 (patch)
tree5d36fd65fb608b313962d180381751abc91c8b04 /drivers/gpio/gpio-vr41xx.c
parentgpiolib: check if irqchip already has the irq hook replacements (diff)
downloadlinux-dev-3b3001cacdf4c95d611657c61e194f1da3c577f5.tar.xz
linux-dev-3b3001cacdf4c95d611657c61e194f1da3c577f5.zip
gpio: vr41xx: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>. Cc: Yoichi Yuasa <yuasa@linux-mips.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-vr41xx.c')
-rw-r--r--drivers/gpio/gpio-vr41xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vr41xx.c b/drivers/gpio/gpio-vr41xx.c
index 027699cec911..7ffb58b0d239 100644
--- a/drivers/gpio/gpio-vr41xx.c
+++ b/drivers/gpio/gpio-vr41xx.c
@@ -21,7 +21,7 @@
*/
#include <linux/errno.h>
#include <linux/fs.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>