From: Javier Carrasco Date: Fri, 27 Sep 2024 21:37:42 +0000 (+0200) Subject: leds: gpio: Remove unused local leds.h X-Git-Tag: v6.13-rc1~112^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7160d5ee369c016418ba239516d24f086130aa4;p=thirdparty%2Flinux.git leds: gpio: 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-3-46fbf41ed4ae@gmail.com Signed-off-by: Lee Jones --- diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index 7d44881912412..0d59b0bbc0020 100644 --- a/drivers/leds/leds-gpio.c +++ b/drivers/leds/leds-gpio.c @@ -21,8 +21,6 @@ #include #include -#include "leds.h" - struct gpio_led_data { struct led_classdev cdev; struct gpio_desc *gpiod;