diff options
author | wdenk <wdenk> | 2005-04-03 17:23:39 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 17:23:39 +0000 |
commit | 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c (patch) | |
tree | a1e60fe7a788cbe86f8b9cde532273ba0f3df687 /cpu/lh7a40x/interrupts.c | |
parent | 756f586a73d756f163dc03a049d650cc1a5b5899 (diff) | |
download | u-boot-imx-3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c.zip u-boot-imx-3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c.tar.gz u-boot-imx-3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c.tar.bz2 |
Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
Diffstat (limited to 'cpu/lh7a40x/interrupts.c')
-rw-r--r-- | cpu/lh7a40x/interrupts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/lh7a40x/interrupts.c b/cpu/lh7a40x/interrupts.c index a716269..3c2dc4f 100644 --- a/cpu/lh7a40x/interrupts.c +++ b/cpu/lh7a40x/interrupts.c @@ -35,7 +35,6 @@ #include <asm/proc-armv/ptrace.h> -extern void reset_cpu(ulong addr); static ulong timer_load_val = 0; /* macro to read the 16 bit timer */ |