summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs
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 /arch/arm/cpu/arm926ejs
parentf23adc9f219977e603cf057a2704605349f02d36 (diff)
downloadblackbird-obmc-uboot-ae4223f4444d7e673ff6b4a066c8584858629025.tar.gz
blackbird-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 'arch/arm/cpu/arm926ejs')
-rw-r--r--arch/arm/cpu/arm926ejs/kirkwood/cpu.c1
-rw-r--r--arch/arm/cpu/arm926ejs/orion5x/cpu.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/arm926ejs/kirkwood/cpu.c b/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
index d4711c070c..0937506268 100644
--- a/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
+++ b/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
@@ -13,7 +13,6 @@
#include <asm/io.h>
#include <asm/arch/cpu.h>
#include <asm/arch/kirkwood.h>
-#include <hush.h>
#define BUFLEN 16
diff --git a/arch/arm/cpu/arm926ejs/orion5x/cpu.c b/arch/arm/cpu/arm926ejs/orion5x/cpu.c
index b55c5f0943..f88db3b1f9 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
OpenPOWER on IntegriCloud