Skip to content

Commit e7160d5

Browse files
javiercarrascocruzlag-linaro
authored andcommitted
leds: gpio: Remove unused local leds.h
Commit 156a5bb ("leds: Move led_init_default_state_get() to the global header") moved the only element leds-gpio required from the local leds.h to its global counterpart. Drop the inclusion of the local leds.h as it is no longer used. Signed-off-by: Javier Carrasco <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 026432e commit e7160d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/leds/leds-gpio.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include <linux/slab.h>
2222
#include <linux/types.h>
2323

24-
#include "leds.h"
25-
2624
struct gpio_led_data {
2725
struct led_classdev cdev;
2826
struct gpio_desc *gpiod;

0 commit comments

Comments
 (0)