From: Linus Walleij Date: Sun, 14 Jan 2018 01:05:38 +0000 (+0100) Subject: gpio: davinci: Include proper header X-Git-Tag: v4.16-rc1~135^2~3^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7220c43a4efa4f5107bc1b99410d2b01df1837ed;p=linux.git gpio: davinci: 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-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