summaryrefslogtreecommitdiff
path: root/drivers/extcon
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-03-04 20:49:13 +0300
committerChanwoo Choi <cw00.choi@samsung.com>2024-05-08 19:03:38 +0300
commit986c51b95948e0aff81295a34c4498a7547f7bf6 (patch)
tree28efbf977264d5b19d1772679f1c0ebfda3fdd0d /drivers/extcon
parentbff3f0e3035056e5b28b3d3817752c1e5f56b5bc (diff)
downloadlinux-986c51b95948e0aff81295a34c4498a7547f7bf6.tar.xz
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon-rtk-type-c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-rtk-type-c.c b/drivers/extcon/extcon-rtk-type-c.c
index a592bab77538..19a01e663733 100644
--- a/drivers/extcon/extcon-rtk-type-c.c
+++ b/drivers/extcon/extcon-rtk-type-c.c
@@ -13,7 +13,6 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
-#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/syscalls.h>