summaryrefslogtreecommitdiff
path: root/cpu/arm1136/interrupts.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-03 17:23:39 (GMT)
committerwdenk <wdenk>2005-04-03 17:23:39 (GMT)
commit3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c (patch)
treea1e60fe7a788cbe86f8b9cde532273ba0f3df687 /cpu/arm1136/interrupts.c
parent756f586a73d756f163dc03a049d650cc1a5b5899 (diff)
downloadu-boot-3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c.tar.xz
Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
Diffstat (limited to 'cpu/arm1136/interrupts.c')
-rw-r--r--cpu/arm1136/interrupts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm1136/interrupts.c b/cpu/arm1136/interrupts.c
index e87a628..c80d9a5 100644
--- a/cpu/arm1136/interrupts.c
+++ b/cpu/arm1136/interrupts.c
@@ -35,7 +35,6 @@
#include <asm/arch/omap2420.h>
#include <asm/proc-armv/ptrace.h>
-extern void reset_cpu(ulong addr);
#define TIMER_LOAD_VAL 0
/* macro to read the 32 bit timer */