diff options
author | Tom Rini | 2015-01-05 21:14:04 -0500 |
---|---|---|
committer | Tom Rini | 2015-01-05 21:14:04 -0500 |
commit | fc89b2e479f0b75008bab1b59170aa8179ba61fe (patch) | |
tree | fa8c2130cf86f833bade037cf6d7703239092e01 /common | |
parent | fc078895d81c08c7e7ddc333e36e10db66c362fd (diff) |
spl_sata.c: Add <scsi.h>
We need <scsi.h> for scsi_scan().
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/spl_sata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl_sata.c b/common/spl/spl_sata.c index aeea79315e2..d9eb2d6687b 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> |