diff options
author | Mike Frysinger | 2008-10-06 03:52:24 -0400 |
---|---|---|
committer | Mike Frysinger | 2009-01-28 13:26:12 -0500 |
commit | 01815c2d06c5b838f2cd536703e47bd2c9148194 (patch) | |
tree | 467932e1ddde5b2cf03e4b5dcf42059bda785260 /include/status_led.h | |
parent | 6882b5a79a3247494b62c05015fa672557f1bfaa (diff) |
Blackfin: implement general support for CONFIG_STATUS_LED
Here are the Blackfin-specific and board-independent pieces for status leds.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h index 79be6988501..175972a0527 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -346,6 +346,9 @@ void status_led_set (int led, int state); #elif defined(CONFIG_NIOS2) /* XXX empty just to avoid the error */ /************************************************************************/ +#elif defined(CONFIG_BLACKFIN) +/* XXX empty just to avoid the error */ +/************************************************************************/ #elif defined(CONFIG_V38B) # define STATUS_LED_BIT 0x0010 /* Timer7 GPIO */ |