mirror of https://github.com/torvalds/linux.git
leds: Drop duplicate LEDS_EXPRESSWIRE config
While moving said config symbol out of the "if NEW_LEDS" block, I
accidentally left a copy inside that block. Remove it.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Closes: https://lore.kernel.org/all/b6c481bb-e854-405e-a428-90301789fe20@infradead.org/
Fixes: 2cd0d1db31 ("leds: expresswire: Don't depend on NEW_LEDS")
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20250729-expresswire-dep-fix-v1-1-635cd4cc746b@dujemihanovic.xyz
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
4dbf066d96
commit
ea1c4c7e64
|
|
@ -214,10 +214,6 @@ config LEDS_EL15203000
|
||||||
To compile this driver as a module, choose M here: the module
|
To compile this driver as a module, choose M here: the module
|
||||||
will be called leds-el15203000.
|
will be called leds-el15203000.
|
||||||
|
|
||||||
config LEDS_EXPRESSWIRE
|
|
||||||
bool
|
|
||||||
depends on GPIOLIB
|
|
||||||
|
|
||||||
config LEDS_TURRIS_OMNIA
|
config LEDS_TURRIS_OMNIA
|
||||||
tristate "LED support for CZ.NIC's Turris Omnia"
|
tristate "LED support for CZ.NIC's Turris Omnia"
|
||||||
depends on LEDS_CLASS_MULTICOLOR
|
depends on LEDS_CLASS_MULTICOLOR
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue