浏览代码

spl_sata.c: Add <scsi.h>

We need <scsi.h> for scsi_scan().

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 10 年之前
父节点
当前提交
fc89b2e479
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/spl/spl_sata.c

+ 1 - 0
common/spl/spl_sata.c

@@ -13,6 +13,7 @@
 #include <spl.h>
 #include <asm/u-boot.h>
 #include <sata.h>
+#include <scsi.h>
 #include <fat.h>
 #include <version.h>
 #include <image.h>