summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:53 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commit52422e37bb199fa5c62881cdf26c687aa692d063 (patch)
tree92f8878c24c79d425e68d9cc9d9a0ee71a9afb8e /arch/arm/cpu/arm926ejs
parent5624c6bd4e58631d6c250cee66142a8d5ac24f30 (diff)
downloadblackbird-obmc-uboot-52422e37bb199fa5c62881cdf26c687aa692d063.tar.gz
blackbird-obmc-uboot-52422e37bb199fa5c62881cdf26c687aa692d063.zip
leds: missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/arm926ejs')
-rw-r--r--arch/arm/cpu/arm926ejs/at91/led.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/at91/led.c b/arch/arm/cpu/arm926ejs/at91/led.c
index 46ed055023..b8d5c785df 100644
--- a/arch/arm/cpu/arm926ejs/at91/led.c
+++ b/arch/arm/cpu/arm926ejs/at91/led.c
@@ -9,6 +9,7 @@
#include <common.h>
#include <asm/gpio.h>
#include <asm/arch/gpio.h>
+#include <status_led.h>
#ifdef CONFIG_RED_LED
void red_led_on(void)
OpenPOWER on IntegriCloud