summaryrefslogtreecommitdiff
path: root/include/ahci.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-12-09 07:10:39 -0500
committerTom Rini <trini@konsulko.com>2016-12-09 07:10:39 -0500
commit3edc0c252257e4afed163a3a74aba24a5509b198 (patch)
treede01174e841e19844a158569113c559993764248 /include/ahci.h
parentbb135a0180c31fbd7456021fb9700b49bba7f533 (diff)
parentb63cb3abbc626dc918828f302bd8ea72e7c226d2 (diff)
downloadu-boot-imx-3edc0c252257e4afed163a3a74aba24a5509b198.zip
u-boot-imx-3edc0c252257e4afed163a3a74aba24a5509b198.tar.gz
u-boot-imx-3edc0c252257e4afed163a3a74aba24a5509b198.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include/ahci.h')
-rw-r--r--include/ahci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ahci.h b/include/ahci.h
index a956c6f..4876b41 100644
--- a/include/ahci.h
+++ b/include/ahci.h
@@ -145,7 +145,7 @@ struct ahci_ioports {
};
struct ahci_probe_ent {
-#ifdef CONFIG_DM_PCI
+#if defined(CONFIG_DM_PCI) || defined(CONFIG_DM_SCSI)
struct udevice *dev;
#else
pci_dev_t dev;