X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmisc%2Fstatus_led.c;h=4ba3e180440584c15d091e06b4d47ca1c1b5cccc;hb=d8bd820935bb9b8bf2717a259eeab4376e9ccc9a;hp=ddb6c22e89030a935ba28b346045aef351ff54de;hpb=4985ca5af3767ffe13ea96e1dc26f88c81084414;p=u-boot diff --git a/drivers/misc/status_led.c b/drivers/misc/status_led.c index ddb6c22e89..4ba3e18044 100644 --- a/drivers/misc/status_led.c +++ b/drivers/misc/status_led.c @@ -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 */