summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorLeo C2018-07-21 13:27:15 +0200
committerLeo C2018-07-21 13:27:15 +0200
commit7eecbdacec66226ebc3959411883aeaebcf9791d (patch)
tree1e4f850854c5f4f73410a6e85ecc761544ec5c8a /include/command.h
parent5caa8c2b8906f17ca97aad2be3d746c3b5fef8f3 (diff)
downloadz180-stamp-7eecbdacec66226ebc3959411883aeaebcf9791d.zip
Remove extern declarations from command_tbl.c, create .h files for that.
# Conflicts: # avr/env.c
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/command.h b/include/command.h
index 2ea7505..e44512e 100644
--- a/include/command.h
+++ b/include/command.h
@@ -124,8 +124,6 @@ static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp UNUSED, const char *cmd
extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
char *const argv[]);
-extern command_ret_t do_reset(cmd_tbl_t *cmdtp, uint_fast8_t flag, int argc, char * const argv[]);
-
/*
* Command Flags:
*/