]> www.infradead.org Git - users/jedix/linux-maple.git/commit
leds: gpio: Remove unused local leds.h
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Fri, 27 Sep 2024 21:37:42 +0000 (23:37 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 14:37:34 +0000 (15:37 +0100)
commite7160d5ee369c016418ba239516d24f086130aa4
treedfe2977c4b0d4d6a4b74db115e869c5c556a0621
parent026432e7c26484eb613d8224c98e554c7bc7d768
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 <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20240927-leds_unused_leds_h-v1-3-46fbf41ed4ae@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-gpio.c