aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-03-13 19:41:48 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2023-05-29 23:30:15 +0900
commitc95fb88fb6e4bd92720a183014d9160e627e4c4b (patch)
tree0d170dd53f75acc37f1c667f136f051d5b5fe6a4 /drivers/extcon
parentfe551bc9dcc6a557831dfe1544c1653ab24347a6 (diff)
downloadlinux-c95fb88fb6e4bd92720a183014d9160e627e4c4b.tar.gz
extcon: palmas: Remove unused of_gpio.h
of_gpio.h provides a single function, which is not used in this driver. Remove unused header. 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-palmas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c
index 32f8b541770bf..d339b86804455 100644
--- a/drivers/extcon/extcon-palmas.c
+++ b/drivers/extcon/extcon-palmas.c
@@ -18,7 +18,6 @@
#include <linux/mfd/palmas.h>
#include <linux/of.h>
#include <linux/of_platform.h>
-#include <linux/of_gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/workqueue.h>