summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-02 21:48:31 (GMT)
committerWolfgang Denk <wd@denx.de>2008-08-03 00:19:16 (GMT)
commit81d3f1fdddafd1eb53bbca8739f488d417eb3dd2 (patch)
tree101fa464480a0ff084914b982259ba2dffce1b8c /cpu
parent5fa62000db6d0b46ecdeadbeb50faf5197db49ef (diff)
downloadu-boot-81d3f1fdddafd1eb53bbca8739f488d417eb3dd2.tar.xz
nios2: fix phys_addr_t and phys_size_t support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/nios2/interrupts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/nios2/interrupts.c b/cpu/nios2/interrupts.c
index aeb5b65..ec5db31b 100644
--- a/cpu/nios2/interrupts.c
+++ b/cpu/nios2/interrupts.c
@@ -27,6 +27,7 @@
#include <nios2.h>
#include <nios2-io.h>
+#include <asm/types.h>
#include <asm/io.h>
#include <asm/ptrace.h>
#include <common.h>