浏览代码

MIPS: bootm: remove unused or redundant header files

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Daniel Schwierzeck 10 年之前
父节点
当前提交
6cec63d59d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/mips/lib/bootm.c

+ 0 - 3
arch/mips/lib/bootm.c

@@ -6,10 +6,7 @@
  */
 
 #include <common.h>
-#include <command.h>
 #include <image.h>
-#include <u-boot/zlib.h>
-#include <asm/byteorder.h>
 #include <asm/addrspace.h>
 
 DECLARE_GLOBAL_DATA_PTR;