projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152ba36
)
spl: remove unnecessary (& ARM specific) include of asm/utils.h
author
Paul Burton
<paul.burton@imgtec.com>
Wed, 4 Sep 2013 15:12:23 +0000
(16:12 +0100)
committer
Pantelis Antoniou
<panto@antoniou-consulting.com>
Tue, 17 Sep 2013 17:03:44 +0000
(20:03 +0300)
ARM is the only architecture which includes this header and nothing in
spl_mmc.c makes use of it. Remove the include.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
common/spl/spl_mmc.c
patch
|
blob
|
history
diff --git
a/common/spl/spl_mmc.c
b/common/spl/spl_mmc.c
index f27b4c277b645ed0555a6df27fb3e04d9e9a240b..5e7e0feee34530fffc9f7963e6028a01674d2ba3 100644
(file)
--- a/
common/spl/spl_mmc.c
+++ b/
common/spl/spl_mmc.c
@@
-9,7
+9,6
@@
#include <common.h>
#include <spl.h>
#include <asm/u-boot.h>
-#include <asm/utils.h>
#include <mmc.h>
#include <fat.h>
#include <version.h>