diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-12 13:14:33 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-17 17:48:42 +0200 |
commit | 3b3001cacdf4c95d611657c61e194f1da3c577f5 (patch) | |
tree | 5d36fd65fb608b313962d180381751abc91c8b04 /drivers/gpio/gpio-vr41xx.c | |
parent | gpiolib: check if irqchip already has the irq hook replacements (diff) | |
download | linux-3b3001cacdf4c95d611657c61e194f1da3c577f5.tar.xz linux-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.c | 2 |
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> |