From 8a3b4f20d9d9157690dae98a5982c3be20ed97d2 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 13 Jan 2018 22:12:07 +0100 Subject: gpio: adp5520: Include proper header This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-adp5520.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/gpio') diff --git a/drivers/gpio/gpio-adp5520.c b/drivers/gpio/gpio-adp5520.c index abf199609546..21452622d954 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; -- cgit v1.2.3