summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91/led.c
diff options
context:
space:
mode:
authorJens Scharsig <js_at_ng@scharsoft.de>2010-02-03 22:46:58 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-12 12:31:55 -0600
commit0cf0b93161beb3f3ed5e37e6112aedf15da17e8a (patch)
treeb620b5a93d12d5039bc541be298165a7f06f2212 /cpu/arm926ejs/at91/led.c
parent7f9e8633ac9c846e7e4f867507cbd5de1bd99e0c (diff)
downloadolio-uboot-2014.01-0cf0b93161beb3f3ed5e37e6112aedf15da17e8a.tar.xz
olio-uboot-2014.01-0cf0b93161beb3f3ed5e37e6112aedf15da17e8a.zip
convert common files to new SoC access
* add's a warning to all files, which need update to new SoC access * convert common files in cpu/../at91 and a lot of drivers to use c stucture SoC access Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Diffstat (limited to 'cpu/arm926ejs/at91/led.c')
-rw-r--r--cpu/arm926ejs/at91/led.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm926ejs/at91/led.c b/cpu/arm926ejs/at91/led.c
index be68f5958..0a315c497 100644
--- a/cpu/arm926ejs/at91/led.c
+++ b/cpu/arm926ejs/at91/led.c
@@ -24,6 +24,7 @@
#include <common.h>
#include <asm/arch/at91_pmc.h>
+#include <asm/arch/at91_pio.h>
#include <asm/arch/gpio.h>
#include <asm/arch/io.h>