From: Linus Walleij Date: Mon, 12 Mar 2018 11:16:34 +0000 (+0100) Subject: gpio: kempld: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=430f64998789e80e5ed22de85c18b62d6a835dcd;p=linux.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 701f1510328c1..7bb96f48ef761 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