summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2013-09-04 16:12:23 +0100
committerPantelis Antoniou <panto@antoniou-consulting.com>2013-09-17 20:03:44 +0300
commitdb6b5e8b028e1aab92bc2482b6e02c681819e7c9 (patch)
treee47b963b1c27fe381d518f2b54b5ec83f32e98a2 /common
parent152ba36362377bd1a7c99e7e50cf53b5a8851e5c (diff)
downloadblackbird-obmc-uboot-db6b5e8b028e1aab92bc2482b6e02c681819e7c9.tar.gz
blackbird-obmc-uboot-db6b5e8b028e1aab92bc2482b6e02c681819e7c9.zip
spl: remove unnecessary (& ARM specific) include of asm/utils.h
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>
Diffstat (limited to 'common')
-rw-r--r--common/spl/spl_mmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c
index f27b4c277b..5e7e0feee3 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>
OpenPOWER on IntegriCloud