Skip to content
Snippets Groups Projects
Commit db6b5e8b authored by Paul Burton's avatar Paul Burton Committed by Pantelis Antoniou
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
parent 152ba363
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment