X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmisc%2Fstatus_led.c;h=4ba3e180440584c15d091e06b4d47ca1c1b5cccc;hb=e57d9d15eeab923f6c0de05d7caad317d861bbc5;hp=ddb6c22e89030a935ba28b346045aef351ff54de;hpb=318c0b90431f2648552e5ade78833f42652ce859;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 */