From 7220c43a4efa4f5107bc1b99410d2b01df1837ed Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sun, 14 Jan 2018 02:05:38 +0100 Subject: gpio: davinci: Include proper header This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-davinci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpio') diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index f75d8443ecaf..34fc0a167b7c 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -9,7 +9,7 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ -#include +#include #include #include #include -- cgit v1.2.3