diff options
Diffstat (limited to 'cpu/sa1100/cpu.c')
-rw-r--r-- | cpu/sa1100/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/sa1100/cpu.c b/cpu/sa1100/cpu.c index 34adf91..17e5b0d 100644 --- a/cpu/sa1100/cpu.c +++ b/cpu/sa1100/cpu.c @@ -73,8 +73,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); - printf ("resetting ...\n"); udelay (50000); /* wait 50 ms */ |