diff options
author | Linus Walleij | 2018-04-13 15:21:15 +0200 |
---|---|---|
committer | Linus Walleij | 2018-05-16 14:35:24 +0200 |
commit | 0cbbdcf903cefff23d909739e1faacbb939f50b6 (patch) | |
tree | 9e3bae65c805104396aa1c94565dfe48be2e5ee7 | |
parent | 85320ab6f9fa580b2a5e363597f142b4c68863e8 (diff) |
gpio: mm-lantiq: Include the right header
This is a driver so include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/gpio/gpio-mm-lantiq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mm-lantiq.c b/drivers/gpio/gpio-mm-lantiq.c index b1cf76dd84ba..b0754fe69e77 100644 --- a/drivers/gpio/gpio-mm-lantiq.c +++ b/drivers/gpio/gpio-mm-lantiq.c @@ -11,7 +11,7 @@ #include <linux/types.h> #include <linux/platform_device.h> #include <linux/mutex.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/io.h> |