浏览代码

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>
Paul Burton 11 年之前
父节点
当前提交
db6b5e8b02
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      common/spl/spl_mmc.c

+ 0 - 1
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>