From: Linus Walleij Date: Mon, 12 Mar 2018 11:16:34 +0000 (+0100) Subject: gpio: kempld: Include the right header X-Git-Tag: v4.19~1299^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=430f64998789e80e5ed22de85c18b62d6a835dcd;p=platform%2Fkernel%2Flinux-rpi.git gpio: kempld: Include the right header This driver is a pure GPIO driver and should only include . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c index 701f151..7bb96f4 100644 --- a/drivers/gpio/gpio-kempld.c +++ b/drivers/gpio/gpio-kempld.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #define KEMPLD_GPIO_MAX_NUM 16