diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 15:40:59 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 15:35:24 +0300 |
commit | 284ead59d3c3f5e22a957ddeb6dba21f606fc88d (patch) | |
tree | b1f3a13fb2632369e389d77067f4b77dfab429c4 /drivers/gpio/gpio-lp873x.c | |
parent | e92a5c61607f44bc40a38cb3262275b3eae34358 (diff) | |
download | linux-284ead59d3c3f5e22a957ddeb6dba21f606fc88d.tar.xz |
gpio: lp873x: Include the right header
This is a driver so include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-lp873x.c')
-rw-r--r-- | drivers/gpio/gpio-lp873x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-lp873x.c b/drivers/gpio/gpio-lp873x.c index df0ad2cef0d2..801995dd9b26 100644 --- a/drivers/gpio/gpio-lp873x.c +++ b/drivers/gpio/gpio-lp873x.c @@ -14,7 +14,7 @@ * Based on the TPS65218 driver */ -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/regmap.h> |