From 644f3da0b42aa299554c9c09a96d23c03957c6b0 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 24 May 2018 14:26:20 +0200 Subject: gpio: pca953x: Include the right header This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-pca953x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpio') diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index fb5cc1f80b10..c55ad157e820 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -12,7 +12,7 @@ */ #include -#include +#include #include #include #include -- cgit