Skip to content

Commit 986c51b

Browse files
andy-shevchanwoochoi
authored andcommitted
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/[email protected]/ Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent bff3f0e commit 986c51b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/extcon/extcon-rtk-type-c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <linux/of.h>
1414
#include <linux/of_address.h>
1515
#include <linux/of_irq.h>
16-
#include <linux/of_gpio.h>
1716
#include <linux/io.h>
1817
#include <linux/interrupt.h>
1918
#include <linux/syscalls.h>

0 commit comments

Comments
 (0)