[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240212-expresswire-deps-v1-1-685ad10cd693@skole.hr>
Date: Mon, 12 Feb 2024 21:03:25 +0100
From: Duje Mihanović <duje.mihanovic@...le.hr>
To: Pavel Machek <pavel@....cz>, Lee Jones <lee@...nel.org>,
Daniel Thompson <daniel.thompson@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>, Arnd Bergmann <arnd@...db.de>
Cc: Flavio Suligoi <f.suligoi@...m.it>, Hans de Goede <hdegoede@...hat.com>,
Jianhua Lu <lujianhua000@...il.com>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>,
Helge Deller <deller@....de>, Jingoo Han <jingoohan1@...il.com>,
Karel Balej <balejk@...fyz.cz>, dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-leds@...r.kernel.org,
Duje Mihanović <duje.mihanovic@...le.hr>
Subject: [PATCH 1/2] Revert "leds: Only descend into leds directory when
CONFIG_NEW_LEDS is set"
This reverts commit b1ae40a5db6191c42e2e45d726407096f030ee08.
The ExpressWire library introduced in 25ae5f5f4168 ("leds: Introduce
ExpressWire library") does not depend on NEW_LEDS, but without this
revert it would never get compiled if NEW_LEDS is not enabled. Revert
this commit to allow the library to be compiled.
Link: https://lore.kernel.org/2cacd8dc-6150-4aa2-af9e-830a202fb0a8@app.fastmail.com
Suggested-by: Arnd Bergmann <arnd@...db.de>
Signed-off-by: Duje Mihanović <duje.mihanovic@...le.hr>
---
drivers/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index 37fd6ce3bd7f..3bf5cab4b451 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -135,7 +135,7 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-y += mmc/
obj-y += ufs/
obj-$(CONFIG_MEMSTICK) += memstick/
-obj-$(CONFIG_NEW_LEDS) += leds/
+obj-y += leds/
obj-$(CONFIG_INFINIBAND) += infiniband/
obj-y += firmware/
obj-$(CONFIG_CRYPTO) += crypto/
--
2.43.1
Powered by blists - more mailing lists