commit | eac5b8383919be24b705ea4b8a278d6239e24e22 | [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 | 14ed9d5c33afe5ad4070fe73d649ddb16d7a94fd [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>