From 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Apr 2005 17:23:39 +0000 Subject: Patch by Steven Scholz, 25 Oct 2004: Declare reset_cpu() in include/common.h instead locally --- cpu/lh7a40x/cpu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpu/lh7a40x/cpu.c') diff --git a/cpu/lh7a40x/cpu.c b/cpu/lh7a40x/cpu.c index 2a2b578..718f253 100644 --- a/cpu/lh7a40x/cpu.c +++ b/cpu/lh7a40x/cpu.c @@ -124,8 +124,6 @@ int cleanup_before_linux (void) int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) { - extern void reset_cpu (ulong addr); - disable_interrupts (); reset_cpu (0); /*NOTREACHED*/ -- cgit v1.1