diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-02-15 19:04:02 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-03-16 15:08:39 +0000 |
commit | 2956ad80fc56af2cb3a6bb374ebe587795abff0f (patch) | |
tree | d583a909de839026859066cc51de2e33a4edb03e /drivers/leds | |
parent | a61079efc87888587e463afaed82417b162fbd69 (diff) | |
download | linux-stable-2956ad80fc56af2cb3a6bb374ebe587795abff0f.tar.gz linux-stable-2956ad80fc56af2cb3a6bb374ebe587795abff0f.tar.bz2 linux-stable-2956ad80fc56af2cb3a6bb374ebe587795abff0f.zip |
leds: lp8860: 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: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230215170403.84449-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-lp8860.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp8860.c b/drivers/leds/leds-lp8860.c index b66ed5ac1aa5..666f4d38214f 100644 --- a/drivers/leds/leds-lp8860.c +++ b/drivers/leds/leds-lp8860.c @@ -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> |