diff options
Diffstat (limited to 'include/ahci.h')
-rw-r--r-- | include/ahci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ahci.h b/include/ahci.h index a956c6ff5df..4876b41e901 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; |