spl_sata.c: Add <scsi.h>

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

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 10 years ago
parent fc078895d8
commit fc89b2e479
  1. 1
      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>

Loading…
Cancel
Save