From: Linus Walleij Date: Thu, 24 May 2018 12:26:20 +0000 (+0200) Subject: gpio: pca953x: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=644f3da0b42aa299554c9c09a96d23c03957c6b0;p=linux.git gpio: pca953x: Include the right header This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index fb5cc1f80b10b..c55ad157e8200 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -12,7 +12,7 @@ */ #include -#include +#include #include #include #include