diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:57:53 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:35 -0400 |
commit | 52422e37bb199fa5c62881cdf26c687aa692d063 (patch) | |
tree | 92f8878c24c79d425e68d9cc9d9a0ee71a9afb8e /board/atmel/at91sam9260ek/led.c | |
parent | 5624c6bd4e58631d6c250cee66142a8d5ac24f30 (diff) | |
download | u-boot-imx-52422e37bb199fa5c62881cdf26c687aa692d063.zip u-boot-imx-52422e37bb199fa5c62881cdf26c687aa692d063.tar.gz u-boot-imx-52422e37bb199fa5c62881cdf26c687aa692d063.tar.bz2 |
leds: missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board/atmel/at91sam9260ek/led.c')
-rw-r--r-- | board/atmel/at91sam9260ek/led.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/at91sam9260ek/led.c b/board/atmel/at91sam9260ek/led.c index 56d811c..fbe15af 100644 --- a/board/atmel/at91sam9260ek/led.c +++ b/board/atmel/at91sam9260ek/led.c @@ -9,6 +9,7 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/gpio.h> +#include <status_led.h> void coloured_LED_init(void) { |