From: Linus Walleij Date: Thu, 28 Jun 2018 06:35:46 +0000 (+0200) Subject: gpio: syscon: Include the right header X-Git-Tag: v4.19-rc1~131^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122d00f778b370124ec38bb59b2ac7622d0c6943;p=thirdparty%2Flinux.git gpio: syscon: Include the right header This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-syscon.c b/drivers/gpio/gpio-syscon.c index 8b0a69c5ba886..d40cabd15e9e7 100644 --- a/drivers/gpio/gpio-syscon.c +++ b/drivers/gpio/gpio-syscon.c @@ -10,7 +10,7 @@ */ #include -#include +#include #include #include #include