leds: lp8860: Remove unused of_gpio,h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 15 Feb 2023 17:04:02 +0000 (19:04 +0200)
committerLee Jones <lee@kernel.org>
Thu, 16 Mar 2023 15:08:39 +0000 (15:08 +0000)
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: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230215170403.84449-1-andriy.shevchenko@linux.intel.com
drivers/leds/leds-lp8860.c

index b66ed5ac1aa543b84f48006ae2654a6ec80509e8..666f4d38214fc89dc7fb40eaa77e761b8a22a810 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/slab.h>