diff options
author | Simon Glass | 2014-04-10 20:01:23 -0600 |
---|---|---|
committer | Tom Rini | 2014-05-29 17:45:31 -0400 |
commit | ae4223f4444d7e673ff6b4a066c8584858629025 (patch) | |
tree | 44d32dab204b3169532beaae708f44dbb65d3607 /board/ait/cam_enc_4xx | |
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 'board/ait/cam_enc_4xx')
-rw-r--r-- | board/ait/cam_enc_4xx/cam_enc_4xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ait/cam_enc_4xx/cam_enc_4xx.c b/board/ait/cam_enc_4xx/cam_enc_4xx.c index 7e1b16ac465..b5cc3ed3635 100644 --- a/board/ait/cam_enc_4xx/cam_enc_4xx.c +++ b/board/ait/cam_enc_4xx/cam_enc_4xx.c @@ -9,7 +9,6 @@ #include <common.h> #include <errno.h> -#include <hush.h> #include <linux/mtd/nand.h> #include <nand.h> #include <miiphy.h> |