commit | adaaa4827c7bbcae1b264d5d0d31fd34c6707c2b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:43 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:25:02 2019 -0500 |
tree | 357715f6c9b5bf4202930c0604bc530a928611d9 | |
parent | 8f3f761b838b4220e7c50f605520be4be0f6c9f5 [diff] [blame] |
common: Move command functions out of common.h Move these functions into the command.h header file which is a better fit. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index cfc542c..fff9cbd 100644 --- a/arch/sandbox/cpu/start.c +++ b/arch/sandbox/cpu/start.c
@@ -4,6 +4,7 @@ */ #include <common.h> +#include <command.h> #include <errno.h> #include <os.h> #include <cli.h>