summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-06-02 05:08:58 -0400
committerMike Frysinger <vapier@gentoo.org>2010-07-05 05:30:07 -0400
commitca86ba11da0f3e2971de58dfd171d1cd617b39d6 (patch)
treeaf3256473bcea602b47452ac79ef6d1151d3539d /include/status_led.h
parentc5530555f82f6fbaf51656e9ba10e295d3c5f195 (diff)
downloadblackbird-obmc-uboot-ca86ba11da0f3e2971de58dfd171d1cd617b39d6.tar.gz
blackbird-obmc-uboot-ca86ba11da0f3e2971de58dfd171d1cd617b39d6.zip
Blackfin: back out status_led.h stubs
When boards define CONFIG_BOARD_SPECIFIC_LED, the common led definitions are OK for Blackfin boards. So switch the few boards using these over to the common code. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/status_led.h b/include/status_led.h
index 9dbf01fca8..f2135954aa 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -346,9 +346,6 @@ 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 */
OpenPOWER on IntegriCloud