projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc07889
)
spl_sata.c: Add <scsi.h>
author
Tom Rini
<trini@ti.com>
Tue, 6 Jan 2015 02:14:04 +0000
(21:14 -0500)
committer
Tom Rini
<trini@ti.com>
Tue, 6 Jan 2015 02:14:04 +0000
(21:14 -0500)
We need <scsi.h> for scsi_scan().
Signed-off-by: Tom Rini <trini@ti.com>
common/spl/spl_sata.c
patch
|
blob
|
history
diff --git
a/common/spl/spl_sata.c
b/common/spl/spl_sata.c
index aeea79315e27f6c28da81cc8671f196957dbdeea..d9eb2d6687b3fb8e4bcc66ad3d139e772a29721e 100644
(file)
--- 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>