From: Javier Carrasco Date: Fri, 27 Sep 2024 21:37:44 +0000 (+0200) Subject: leds: pwm: Remove unused local leds.h X-Git-Tag: v6.13-rc1~112^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fd316962a2089f25db286c1042eeba3f08a2bed;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20240927-leds_unused_leds_h-v1-5-46fbf41ed4ae@gmail.com Signed-off-by: Lee Jones --- diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c index 7961dca0db2f1..34a03ef820079 100644 --- a/drivers/leds/leds-pwm.c +++ b/drivers/leds/leds-pwm.c @@ -17,7 +17,6 @@ #include #include #include -#include "leds.h" struct led_pwm { const char *name;