Skip to content
Snippets Groups Projects
Commit fc89b2e4 authored by Tom Rini's avatar Tom Rini
Browse files

spl_sata.c: Add <scsi.h>


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

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent fc078895
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <spl.h> #include <spl.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include <sata.h> #include <sata.h>
#include <scsi.h>
#include <fat.h> #include <fat.h>
#include <version.h> #include <version.h>
#include <image.h> #include <image.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment