diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-06-27 12:07:02 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-07-02 17:00:49 +0300 |
commit | 9fc18cc54add2e535c0e265a967f5e9075e22f73 (patch) | |
tree | e0f7580eac127e2e9019b6e82e7e751726ffecb5 /drivers/gpio/gpio-spear-spics.c | |
parent | eb452a84ece6b84e22c53abdd49ff018d189ae8a (diff) | |
download | linux-9fc18cc54add2e535c0e265a967f5e9075e22f73.tar.xz |
gpio: spear-spics: Include the right header
This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-spear-spics.c')
-rw-r--r-- | drivers/gpio/gpio-spear-spics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-spear-spics.c b/drivers/gpio/gpio-spear-spics.c index 22267479ba68..ee3039f091f4 100644 --- a/drivers/gpio/gpio-spear-spics.c +++ b/drivers/gpio/gpio-spear-spics.c @@ -10,7 +10,7 @@ */ #include <linux/err.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/io.h> #include <linux/init.h> #include <linux/of.h> |