Skip to content

Commit 9fd3169

Browse files
javiercarrascocruzlag-linaro
authored andcommitted
leds: pwm: 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 d1aa931 commit 9fd3169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/leds/leds-pwm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/err.h>
1818
#include <linux/pwm.h>
1919
#include <linux/slab.h>
20-
#include "leds.h"
2120

2221
struct led_pwm {
2322
const char *name;

0 commit comments

Comments
 (0)