diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-12 13:34:40 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-17 10:55:24 -0700 |
commit | 83a4e2c50ef031a1f7a5d16434618d0d0c085334 (patch) | |
tree | aa380b4c4587584cd8690a4d27edf68f661c2662 /drivers/gpio/gpio-xtensa.c | |
parent | 2ab4a93980e4831ec901d040f792f72f84205c16 (diff) |
gpio: xtensa: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>.
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-xtensa.c')
-rw-r--r-- | drivers/gpio/gpio-xtensa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-xtensa.c b/drivers/gpio/gpio-xtensa.c index f16c0427952e..d3834d727d3e 100644 --- a/drivers/gpio/gpio-xtensa.c +++ b/drivers/gpio/gpio-xtensa.c @@ -30,7 +30,7 @@ #include <linux/err.h> #include <linux/module.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/bitops.h> #include <linux/platform_device.h> |