From: Linus Walleij Date: Thu, 24 May 2018 12:30:26 +0000 (+0200) Subject: gpio: pl061: Include the right header X-Git-Tag: v4.19~849^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcc6ceef74fc27f0533b4957bf90e1a7f9c8909b;p=platform%2Fkernel%2Flinux-rpi.git gpio: pl061: Include the right header This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c index b70974cb9ef1..2afd9de84a0d 100644 --- a/drivers/gpio/gpio-pl061.c +++ b/drivers/gpio/gpio-pl061.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include