From: Andy Shevchenko Date: Mon, 4 Mar 2024 17:49:13 +0000 (+0200) Subject: extcon: realtek: Remove unused of_gpio.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=986c51b95948e0aff81295a34c4498a7547f7bf6;p=linux.git extcon: realtek: Remove unused of_gpio.h of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Link: https://lore.kernel.org/lkml/20240304174913.1198974-1-andriy.shevchenko@linux.intel.com/ Signed-off-by: Andy Shevchenko Signed-off-by: Chanwoo Choi --- diff --git a/drivers/extcon/extcon-rtk-type-c.c b/drivers/extcon/extcon-rtk-type-c.c index a592bab77538b..19a01e6637330 100644 --- a/drivers/extcon/extcon-rtk-type-c.c +++ b/drivers/extcon/extcon-rtk-type-c.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include