diff options
author | Simon Glass <sjg@chromium.org> | 2014-04-10 20:01:23 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-29 17:45:31 -0400 |
commit | ae4223f4444d7e673ff6b4a066c8584858629025 (patch) | |
tree | 44d32dab204b3169532beaae708f44dbb65d3607 /common/cmd_bootm.c | |
parent | f23adc9f219977e603cf057a2704605349f02d36 (diff) |
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_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 34b4b583baa..449bb363f55 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -32,10 +32,6 @@ #include <usb.h> #endif -#ifdef CONFIG_SYS_HUSH_PARSER -#include <hush.h> -#endif - #if defined(CONFIG_OF_LIBFDT) #include <libfdt.h> #include <fdt_support.h> |