From 03a5233a8231baf4f717d0349e76d2b1f7d40e2d Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 15 Jun 2023 19:25:19 +0300 Subject: [PATCH] gpio: lpc18xx: Remove unused of_gpio.h inclusion of_gpio.h shouldn't be used in GPIO drivers. Remove it. Signed-off-by: Andy Shevchenko Reviewed-by: Linus Walleij Acked-by: Vladimir Zapolskiy Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-lpc18xx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-lpc18xx.c b/drivers/gpio/gpio-lpc18xx.c index d711ae0..ed3f653 100644 --- a/drivers/gpio/gpio-lpc18xx.c +++ b/drivers/gpio/gpio-lpc18xx.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include -- 2.7.4