Commit 52422e37bb199fa5c62881cdf26c687aa692d063

Authored by Jeroen Hofstee
Committed by Tom Rini
1 parent 5624c6bd4e

leds: missing include

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>

Showing 4 changed files with 4 additions and 0 deletions Side-by-side Diff

arch/arm/cpu/arm926ejs/at91/led.c
... ... @@ -9,6 +9,7 @@
9 9 #include <common.h>
10 10 #include <asm/gpio.h>
11 11 #include <asm/arch/gpio.h>
  12 +#include <status_led.h>
12 13  
13 14 #ifdef CONFIG_RED_LED
14 15 void red_led_on(void)
arch/arm/lib/board.c
... ... @@ -34,6 +34,7 @@
34 34 #include <onenand_uboot.h>
35 35 #include <mmc.h>
36 36 #include <scsi.h>
  37 +#include <status_led.h>
37 38 #include <libfdt.h>
38 39 #include <fdtdec.h>
39 40 #include <post.h>
board/atmel/at91rm9200ek/led.c
... ... @@ -14,6 +14,7 @@
14 14 #include <asm/arch/hardware.h>
15 15 #include <asm/arch/at91_pmc.h>
16 16 #include <asm/arch/at91_pio.h>
  17 +#include <status_led.h>
17 18  
18 19 /* bit mask in PIO port B */
19 20 #define GREEN_LED (1<<0)
board/atmel/at91sam9260ek/led.c
... ... @@ -9,6 +9,7 @@
9 9 #include <common.h>
10 10 #include <asm/io.h>
11 11 #include <asm/arch/gpio.h>
  12 +#include <status_led.h>
12 13  
13 14 void coloured_LED_init(void)
14 15 {