From fc89b2e479f0b75008bab1b59170aa8179ba61fe Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@ti.com>
Date: Mon, 5 Jan 2015 21:14:04 -0500
Subject: [PATCH] spl_sata.c: Add <scsi.h>

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

Signed-off-by: Tom Rini <trini@ti.com>
---
 common/spl/spl_sata.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/spl_sata.c b/common/spl/spl_sata.c
index aeea79315e..d9eb2d6687 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>
-- 
2.39.5