diff options
author | wdenk | 2005-04-03 17:23:39 +0000 |
---|---|---|
committer | wdenk | 2005-04-03 17:23:39 +0000 |
commit | 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c (patch) | |
tree | a1e60fe7a788cbe86f8b9cde532273ba0f3df687 /cpu/arm920t/interrupts.c | |
parent | 756f586a73d756f163dc03a049d650cc1a5b5899 (diff) |
Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
Diffstat (limited to 'cpu/arm920t/interrupts.c')
-rw-r--r-- | cpu/arm920t/interrupts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c index ea58f154d40..bfab5196402 100644 --- a/cpu/arm920t/interrupts.c +++ b/cpu/arm920t/interrupts.c @@ -34,8 +34,6 @@ #include <arm920t.h> #include <asm/proc-armv/ptrace.h> -extern void reset_cpu(ulong addr); - #ifdef CONFIG_USE_IRQ /* enable IRQ interrupts */ void enable_interrupts (void) |