diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-13 13:41:48 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2023-05-29 17:30:15 +0300 |
commit | c95fb88fb6e4bd92720a183014d9160e627e4c4b (patch) | |
tree | 0d170dd53f75acc37f1c667f136f051d5b5fe6a4 /drivers/extcon | |
parent | fe551bc9dcc6a557831dfe1544c1653ab24347a6 (diff) | |
download | linux-c95fb88fb6e4bd92720a183014d9160e627e4c4b.tar.xz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c index 32f8b541770b..d339b8680445 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> |