]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/status_led.c
x86: Add CBMEM console driver for coreboot
[karo-tx-uboot.git] / 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 */