Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: pwm: Remove unused local leds.h

Commit 156a5bb89ca6 ("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 <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20240927-leds_unused_leds_h-v1-5-46fbf41ed4ae@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Javier Carrasco and committed by
Lee Jones
9fd31696 d1aa9319

-1
-1
drivers/leds/leds-pwm.c
··· 17 17 #include <linux/err.h> 18 18 #include <linux/pwm.h> 19 19 #include <linux/slab.h> 20 - #include "leds.h" 21 20 22 21 struct led_pwm { 23 22 const char *name;