commit | 18d66533ac773f59efc93e5c19971fad5e6af82f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:25 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:45:31 2014 -0400 |
tree | c8554743b7695c92250f2400b25f6c0c5062e81a | |
parent | eca86fad3d823c3c1e7e78b07752aa6a10e35283 [diff] [blame] |
move CLI prototypes to cli.h and add comments Move the CLI prototypes from common.h to cli.h as part of an effort to reduce the size of common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index f4e306c..a1e98c6 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c
@@ -25,6 +25,7 @@ */ #include <common.h> +#include <cli.h> #include <command.h> #include <environment.h> #include <search.h>