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 08:48:42 -0700 |
commit | 3b3001cacdf4c95d611657c61e194f1da3c577f5 (patch) | |
tree | 5d36fd65fb608b313962d180381751abc91c8b04 | |
parent | 171948ea33e14dd1e49ba6439eabe822449ffd21 (diff) |
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>
-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> |