Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Chanwoo Choi
c95fb88f fe551bc9

-1
-1
drivers/extcon/extcon-palmas.c
··· 18 18 #include <linux/mfd/palmas.h> 19 19 #include <linux/of.h> 20 20 #include <linux/of_platform.h> 21 - #include <linux/of_gpio.h> 22 21 #include <linux/gpio/consumer.h> 23 22 #include <linux/workqueue.h> 24 23