]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
spl: remove unnecessary (& ARM specific) include of asm/utils.h
authorPaul Burton <paul.burton@imgtec.com>
Wed, 4 Sep 2013 15:12:23 +0000 (16:12 +0100)
committerPantelis 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

index f27b4c277b645ed0555a6df27fb3e04d9e9a240b..5e7e0feee34530fffc9f7963e6028a01674d2ba3 100644 (file)
@@ -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>