diff options
| author | Andy Shevchenko <[email protected]> | 2023-02-15 19:04:02 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2023-03-16 15:08:39 +0000 |
| commit | 2956ad80fc56af2cb3a6bb374ebe587795abff0f (patch) | |
| tree | d583a909de839026859066cc51de2e33a4edb03e | |
| parent | a61079efc87888587e463afaed82417b162fbd69 (diff) | |
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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -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> |