diff options
author | Paul Burton | 2013-09-04 16:12:23 +0100 |
---|---|---|
committer | Pantelis Antoniou | 2013-09-17 20:03:44 +0300 |
commit | db6b5e8b028e1aab92bc2482b6e02c681819e7c9 (patch) | |
tree | e47b963b1c27fe381d518f2b54b5ec83f32e98a2 /common/spl | |
parent | 152ba36362377bd1a7c99e7e50cf53b5a8851e5c (diff) |
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/spl')
-rw-r--r-- | common/spl/spl_mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index f27b4c277b6..5e7e0feee34 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> |