]> 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 0bdedac187a8061aa46b25add56a14265c4de8f1..4876b41e9010cef3077493c014db4dc9a92eadd8 100644 (file)
@@ -145,7 +145,11 @@ struct ahci_ioports {
 };
 
 struct ahci_probe_ent {
+#if defined(CONFIG_DM_PCI) || defined(CONFIG_DM_SCSI)
+       struct udevice *dev;
+#else
        pci_dev_t       dev;
+#endif
        struct ahci_ioports     port[AHCI_MAX_PORTS];
        u32     n_ports;
        u32     hard_port_no;