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: https://www.infradead.org/git/?a=commitdiff_plain;h=122d00f778b370124ec38bb59b2ac7622d0c6943;p=users%2Fjedix%2Flinux-maple.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 8b0a69c5ba88..d40cabd15e9e 100644 --- a/drivers/gpio/gpio-syscon.c +++ b/drivers/gpio/gpio-syscon.c @@ -10,7 +10,7 @@ */ #include -#include +#include #include #include #include