[U-Boot] [PATCH 1/5] spl: remove unnecessary (& ARM specific) include of asm/utils.h

Paul Burton paul.burton at imgtec.com
Wed Sep 4 17:12:23 CEST 2013


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 at imgtec.com>
---
 common/spl/spl_mmc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c
index f27b4c2..5e7e0fe 100644
--- 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>
-- 
1.8.3.4




More information about the U-Boot mailing list