From: Linus Walleij Date: Sat, 13 Jan 2018 21:18:34 +0000 (+0100) Subject: gpio: altera: Include GPIO driver header X-Git-Tag: for-linus-20180210~43^2~3^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=40a1f9b2071c30c6f498b8b83fe03f6bd321e436;p=linux-block.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 8e76d390e653..8c3ff6e2366f 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