ddr: fsl: Impl. Erratum A008109
[oweals/u-boot.git] / drivers / ata / ahci.c
index d10f9f0bf8c1a36a787296a37f556daebbc02a1e..47cdea1f586a438da39d7bf66b5698d43ef7b910 100644 (file)
@@ -9,6 +9,11 @@
  * This driver provides a SCSI interface to SATA.
  */
 #include <common.h>
+#include <blk.h>
+#include <cpu_func.h>
+#include <log.h>
+#include <linux/bitops.h>
+#include <linux/delay.h>
 
 #include <command.h>
 #include <dm.h>