From: Linus Walleij Date: Sun, 14 Jan 2018 01:00:10 +0000 (+0100) Subject: gpio: da905x: Include proper header X-Git-Tag: v4.16-rc1~135^2~3^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=45e8bd9cdc021f4a11eb50e68ff02058e95e8d86;p=linux.git gpio: da905x: Include proper header These drivers has no business including , they are drivers so include . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-da9052.c b/drivers/gpio/gpio-da9052.c index dd8977cf3e85..b6d3e997eb26 100644 --- a/drivers/gpio/gpio-da9052.c +++ b/drivers/gpio/gpio-da9052.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/drivers/gpio/gpio-da9055.c b/drivers/gpio/gpio-da9055.c index 82053b52cba0..2f1b5d23b10c 100644 --- a/drivers/gpio/gpio-da9055.c +++ b/drivers/gpio/gpio-da9055.c @@ -13,7 +13,7 @@ */ #include #include -#include +#include #include #include