From 2e21ec4c40eb9d40d1b2d719fcb40726ae8bf4b2 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 13 Jan 2018 22:47:48 +0100 Subject: [PATCH] gpio: arizona: Include proper header This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-arizona.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index d4e6ba0301bc..ba51ea15f379 100644 --- a/drivers/gpio/gpio-arizona.c +++ b/drivers/gpio/gpio-arizona.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include