summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/command.h b/include/command.h
index 5582fa5..db469e3 100644
--- a/include/command.h
+++ b/include/command.h
@@ -1,10 +1,10 @@
/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ * (C) Copyright 2014-2016 Leo C. <erbl259-lmu@yahoo.de>
*
* (C) Copyright 2000-2009
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0
*/
/*
@@ -61,8 +61,6 @@ struct cmd_tbl_s {
typedef const FLASH struct cmd_tbl_s cmd_tbl_t;
-extern command_ret_t do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
-
/**
* Process a command with arguments. We look up the command and execute it
* if valid. Otherwise we print a usage message.