diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-03 08:15:50 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-10 08:48:24 +0200 |
commit | ba21d55f6ad19cbb466b2429829900de5efac513 (patch) | |
tree | fc8097727113b54820f413d5f67e9756feafbd02 /drivers | |
parent | gpio: zevio: Include the right header (diff) | |
download | linux-ba21d55f6ad19cbb466b2429829900de5efac513.tar.xz linux-ba21d55f6ad19cbb466b2429829900de5efac513.zip |
gpio: twl4030: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/gpio-twl4030.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-twl4030.c b/drivers/gpio/gpio-twl4030.c index 9b511df5450e..50b17814bd91 100644 --- a/drivers/gpio/gpio-twl4030.c +++ b/drivers/gpio/gpio-twl4030.c @@ -30,7 +30,7 @@ #include <linux/interrupt.h> #include <linux/kthread.h> #include <linux/irq.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/platform_device.h> #include <linux/of.h> #include <linux/irqdomain.h> |