From 01815c2d06c5b838f2cd536703e47bd2c9148194 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Oct 2008 03:52:24 -0400 Subject: 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 --- include/status_led.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/status_led.h') diff --git a/include/status_led.h b/include/status_led.h index 79be698850..175972a052 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 */ -- cgit v1.2.1