commit | 288b29e44d30afd946724ac577125ea9f80c8aca | [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 | 36bf446b642d5759981f5adf547b4a7aeb15eee3 [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/test/dm/sf.c b/test/dm/sf.c index 65aab4f..7805af7 100644 --- a/test/dm/sf.c +++ b/test/dm/sf.c
@@ -4,6 +4,7 @@ */ #include <common.h> +#include <command.h> #include <dm.h> #include <fdtdec.h> #include <mapmem.h>