]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/status_led.c
pmic: Extend PMIC framework to support multiple instances of PMIC devices
[u-boot] / drivers / misc / status_led.c
index ddb6c22e89030a935ba28b346045aef351ff54de..4ba3e180440584c15d091e06b4d47ca1c1b5cccc 100644 (file)
@@ -35,8 +35,6 @@
 
 /* ------------------------------------------------------------------------- */
 
-#ifdef CONFIG_STATUS_LED
-
 typedef struct {
        led_id_t mask;
        int state;
@@ -127,5 +125,3 @@ void status_led_set (int led, int state)
        }
        __led_set (ld->mask, state);
 }
-
-#endif /* CONFIG_STATUS_LED */