commit | fc89b2e479f0b75008bab1b59170aa8179ba61fe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Jan 05 21:14:04 2015 -0500 |
committer | Tom Rini <trini@ti.com> | Mon Jan 05 21:14:04 2015 -0500 |
tree | fa8c2130cf86f833bade037cf6d7703239092e01 | |
parent | fc078895d81c08c7e7ddc333e36e10db66c362fd [diff] |
spl_sata.c: Add <scsi.h> We need <scsi.h> for scsi_scan(). Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/common/spl/spl_sata.c b/common/spl/spl_sata.c index aeea793..d9eb2d6 100644 --- a/common/spl/spl_sata.c +++ b/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>