X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmisc%2Fstatus_led.c;h=4ba3e180440584c15d091e06b4d47ca1c1b5cccc;hb=1628cfc4fe4b2c3caa7e9d5622f0665c54e8ba6e;hp=ddb6c22e89030a935ba28b346045aef351ff54de;hpb=6a40ef62c4300e9f606deef0a4618cbc4b514a51;p=oweals%2Fu-boot.git 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 */