diff options
Diffstat (limited to 'cpu/arm926ejs/interrupts.c')
-rw-r--r-- | cpu/arm926ejs/interrupts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c index 4fdac9f..062515e 100644 --- a/cpu/arm926ejs/interrupts.c +++ b/cpu/arm926ejs/interrupts.c @@ -40,7 +40,6 @@ #include <asm/proc-armv/ptrace.h> -extern void reset_cpu(ulong addr); #define TIMER_LOAD_VAL 0xffffffff /* macro to read the 32 bit timer */ |