Explorar o código

spl_sata.c: Add <scsi.h>

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

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini %!s(int64=10) %!d(string=hai) anos
pai
achega
fc89b2e479
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>