1
0
Fork 0

spl_sata.c: Add <scsi.h>

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

Signed-off-by: Tom Rini <trini@ti.com>
utp
Tom Rini 2015-01-05 21:14:04 -05:00
parent fc078895d8
commit fc89b2e479
1 changed files with 1 additions and 0 deletions

View File

@ -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>