From: Andy Shevchenko Date: Thu, 15 Jun 2023 16:25:14 +0000 (+0300) Subject: gpio: mpc8xxx: Remove unused of_gpio.h inclusion X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dc33d13c5e5d84fe4d0a929da332f3f7319ba4db;p=users%2Fjedix%2Flinux-maple.git gpio: mpc8xxx: 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: Pali Rohár Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-mpc8xxx.c b/drivers/gpio/gpio-mpc8xxx.c index 6340e738c912a..5979a36bf754c 100644 --- a/drivers/gpio/gpio-mpc8xxx.c +++ b/drivers/gpio/gpio-mpc8xxx.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include