From 05467e54998be15a35c20e0605315fec309b6a5b Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 27 Jun 2018 09:46:15 +0200 Subject: [PATCH] gpio: rdc321x: Include the right header This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-rdc321x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-rdc321x.c b/drivers/gpio/gpio-rdc321x.c index cbf0f9e..2938217 100644 --- a/drivers/gpio/gpio-rdc321x.c +++ b/drivers/gpio/gpio-rdc321x.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include -- 2.7.4