From: Linus Walleij Date: Sat, 13 Jan 2018 21:18:34 +0000 (+0100) Subject: gpio: altera: Include GPIO driver header X-Git-Tag: v4.16-rc1~135^2~3^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40a1f9b2071c30c6f498b8b83fe03f6bd321e436;p=thirdparty%2Flinux.git gpio: altera: Include GPIO driver header This is a GPIO driver so it should definately include . We want to get rid of but that will take a bit longer. Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c index 8e76d390e6538..8c3ff6e2366fe 100644 --- a/drivers/gpio/gpio-altera.c +++ b/drivers/gpio/gpio-altera.c @@ -18,7 +18,8 @@ #include #include -#include +#include +#include /* For of_mm_gpio_chip */ #include #define ALTERA_GPIO_MAX_NGPIO 32