diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-08-29 16:45:30 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-04 08:22:37 +0200 |
commit | 5d75683e2b875fd8f6826d17b68ec665ca379a14 (patch) | |
tree | 62cc35abf7b9b60728cb6e946d6a306eec0088ee /drivers/gpio/gpio-tps65910.c | |
parent | f1ff4b84176319f129fc09b0176f87095c644052 (diff) | |
download | linux-5d75683e2b875fd8f6826d17b68ec665ca379a14.tar.gz linux-5d75683e2b875fd8f6826d17b68ec665ca379a14.tar.bz2 linux-5d75683e2b875fd8f6826d17b68ec665ca379a14.zip |
gpio: tpx65xxx: Include the right header
These are drivers so include only <linux/gpio/driver.h>.
Acked-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-tps65910.c')
-rw-r--r-- | drivers/gpio/gpio-tps65910.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps65910.c b/drivers/gpio/gpio-tps65910.c index e63d7dabf78b..55c745b53d0f 100644 --- a/drivers/gpio/gpio-tps65910.c +++ b/drivers/gpio/gpio-tps65910.c @@ -16,7 +16,7 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/errno.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/mfd/tps65910.h> |