diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-04 19:49:13 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-05-09 01:03:38 +0900 |
commit | 986c51b95948e0aff81295a34c4498a7547f7bf6 (patch) | |
tree | 28efbf977264d5b19d1772679f1c0ebfda3fdd0d | |
parent | bff3f0e3035056e5b28b3d3817752c1e5f56b5bc (diff) |
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>
-rw-r--r-- | drivers/extcon/extcon-rtk-type-c.c | 1 |
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> |