diff options
Diffstat (limited to 'cpu/at91rm9200/interrupts.c')
| -rw-r--r-- | cpu/at91rm9200/interrupts.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/cpu/at91rm9200/interrupts.c b/cpu/at91rm9200/interrupts.c index 1c071bbf3..f15c5830b 100644 --- a/cpu/at91rm9200/interrupts.c +++ b/cpu/at91rm9200/interrupts.c @@ -35,8 +35,6 @@  #include <asm/arch/hardware.h>  #include <asm/proc/ptrace.h> -extern void reset_cpu(ulong addr); -  /* the number of clocks per CFG_HZ */  #define TIMER_LOAD_VAL (CFG_HZ_CLOCK/CFG_HZ) |