mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 10:02:53 +00:00
ipq60xx: disable sdhci LEDs
Fixes: WIFI-14340 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/drivers/mmc/host/sdhci.c
|
||||||
|
+++ b/drivers/mmc/host/sdhci.c
|
||||||
|
@@ -367,7 +367,7 @@ static void __sdhci_led_deactivate(struc
|
||||||
|
sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
|
||||||
|
}
|
||||||
|
|
||||||
|
-#if IS_REACHABLE(CONFIG_LEDS_CLASS)
|
||||||
|
+#if 0
|
||||||
|
static void sdhci_led_control(struct led_classdev *led,
|
||||||
|
enum led_brightness brightness)
|
||||||
|
{
|
||||||
Reference in New Issue
Block a user