From: Linus Walleij Date: Sat, 13 Jan 2018 21:12:07 +0000 (+0100) Subject: gpio: adp5520: Include proper header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a3b4f20d9d9157690dae98a5982c3be20ed97d2;p=linux.git gpio: adp5520: Include proper header This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-adp5520.c b/drivers/gpio/gpio-adp5520.c index abf1996095465..21452622d9542 100644 --- a/drivers/gpio/gpio-adp5520.c +++ b/drivers/gpio/gpio-adp5520.c @@ -12,8 +12,7 @@ #include #include #include - -#include +#include struct adp5520_gpio { struct device *master;