]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ahci.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / ahci.h
index a956c6ff5df78c37c0a66cdde88772dd251f34a3..4876b41e9010cef3077493c014db4dc9a92eadd8 100644 (file)
@@ -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;