]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
leds: pwm: Remove unused local leds.h
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Fri, 27 Sep 2024 21:37:44 +0000 (23:37 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 14:37:34 +0000 (15:37 +0100)
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>
drivers/leds/leds-pwm.c

index 7961dca0db2f195c44f942a445303bac7aebad6e..34a03ef820079035334e1fb34044fba194fb7400 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/err.h>
 #include <linux/pwm.h>
 #include <linux/slab.h>
-#include "leds.h"
 
 struct led_pwm {
        const char      *name;