summaryrefslogtreecommitdiffstats
path: root/common/cmd_bedbug.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-04-10 20:01:25 -0600
committerTom Rini <trini@ti.com>2014-05-29 17:45:31 -0400
commit18d66533ac773f59efc93e5c19971fad5e6af82f (patch)
treec8554743b7695c92250f2400b25f6c0c5062e81a /common/cmd_bedbug.c
parenteca86fad3d823c3c1e7e78b07752aa6a10e35283 (diff)
downloadtalos-obmc-uboot-18d66533ac773f59efc93e5c19971fad5e6af82f.tar.gz
talos-obmc-uboot-18d66533ac773f59efc93e5c19971fad5e6af82f.zip
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>
Diffstat (limited to 'common/cmd_bedbug.c')
-rw-r--r--common/cmd_bedbug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c
index 77b6e3e88e..f1a70ef202 100644
--- a/common/cmd_bedbug.c
+++ b/common/cmd_bedbug.c
@@ -3,6 +3,7 @@
*/
#include <common.h>
+#include <cli.h>
#include <command.h>
#include <linux/ctype.h>
#include <net.h>
OpenPOWER on IntegriCloud