mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
12 lines
322 B
Diff
12 lines
322 B
Diff
--- 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)
|
|
{
|