From 284ead59d3c3f5e22a957ddeb6dba21f606fc88d Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 13 Apr 2018 14:40:59 +0200 Subject: [PATCH] gpio: lp873x: Include the right header This is a driver so include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lp873x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-lp873x.c b/drivers/gpio/gpio-lp873x.c index df0ad2cef0d2..801995dd9b26 100644 --- a/drivers/gpio/gpio-lp873x.c +++ b/drivers/gpio/gpio-lp873x.c @@ -14,7 +14,7 @@ * Based on the TPS65218 driver */ -#include +#include #include #include #include