summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-02 23:48:31 +0200
committerWolfgang Denk <wd@denx.de>2008-08-03 02:19:16 +0200
commit81d3f1fdddafd1eb53bbca8739f488d417eb3dd2 (patch)
tree101fa464480a0ff084914b982259ba2dffce1b8c /cpu
parent5fa62000db6d0b46ecdeadbeb50faf5197db49ef (diff)
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 aeb5b65b33..ec5db31b0f 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>