From: Linus Walleij Date: Sun, 14 Jan 2018 00:56:24 +0000 (+0100) Subject: gpio: cs5535: Include proper header X-Git-Tag: v4.16-rc1~135^2~3^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=326a2926c900237ef2c67c3648ed5d64f4c6f090;p=linux.git gpio: cs5535: 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-cs5535.c b/drivers/gpio/gpio-cs5535.c index 90278b19aa0e..8814c8f47e57 100644 --- a/drivers/gpio/gpio-cs5535.c +++ b/drivers/gpio/gpio-cs5535.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include