summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootmenu.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-04-10 20:01:23 -0600
committerTom Rini <trini@ti.com>2014-05-29 17:45:31 -0400
commitae4223f4444d7e673ff6b4a066c8584858629025 (patch)
tree44d32dab204b3169532beaae708f44dbb65d3607 /common/cmd_bootmenu.c
parentf23adc9f219977e603cf057a2704605349f02d36 (diff)
downloadtalos-obmc-uboot-ae4223f4444d7e673ff6b4a066c8584858629025.tar.gz
talos-obmc-uboot-ae4223f4444d7e673ff6b4a066c8584858629025.zip
Remove unnecessary use of hush header file
Some files include hush.h but don't actually use it. Remove this where possible. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/cmd_bootmenu.c')
-rw-r--r--common/cmd_bootmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bootmenu.c b/common/cmd_bootmenu.c
index 163d5b2e2b..5879065c2e 100644
--- a/common/cmd_bootmenu.c
+++ b/common/cmd_bootmenu.c
@@ -8,7 +8,6 @@
#include <command.h>
#include <ansi.h>
#include <menu.h>
-#include <hush.h>
#include <watchdog.h>
#include <malloc.h>
#include <linux/string.h>
OpenPOWER on IntegriCloud