Browse Source

spl_sata.c: Add <scsi.h>

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

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 10 years ago
parent
commit
fc89b2e479
1 changed files with 1 additions and 0 deletions
  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>