]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/atmel/at91rm9200ek/led.c
leds: missing include
[karo-tx-uboot.git] / board / atmel / at91rm9200ek / led.c
index 2298e3619c4ee0d4e2ff9b9aebc4ed7f785ecac5..6761b141fb82fd42a51f5e47896d1b9bfaed1b7d 100644 (file)
@@ -14,6 +14,7 @@
 #include <asm/arch/hardware.h>
 #include <asm/arch/at91_pmc.h>
 #include <asm/arch/at91_pio.h>
+#include <status_led.h>
 
 /* bit mask in PIO port B */
 #define        GREEN_LED       (1<<0)