diff options
author | Simon Glass <sjg@chromium.org> | 2014-04-11 02:01:23 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-29 21:45:31 (GMT) |
commit | ae4223f4444d7e673ff6b4a066c8584858629025 (patch) | |
tree | 44d32dab204b3169532beaae708f44dbb65d3607 /arch/arm/cpu/arm926ejs/orion5x | |
parent | f23adc9f219977e603cf057a2704605349f02d36 (diff) | |
download | u-boot-ae4223f4444d7e673ff6b4a066c8584858629025.tar.xz |
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 'arch/arm/cpu/arm926ejs/orion5x')
-rw-r--r-- | arch/arm/cpu/arm926ejs/orion5x/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/orion5x/cpu.c b/arch/arm/cpu/arm926ejs/orion5x/cpu.c index b55c5f0..f88db3b 100644 --- a/arch/arm/cpu/arm926ejs/orion5x/cpu.c +++ b/arch/arm/cpu/arm926ejs/orion5x/cpu.c @@ -15,7 +15,6 @@ #include <asm/io.h> #include <u-boot/md5.h> #include <asm/arch/cpu.h> -#include <hush.h> #define BUFLEN 16 |