From 361a879902a3cbdb692149a1ac580e3199e771ba Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 9 Dec 2016 07:56:54 -0500 Subject: Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" This reverts commit 3edc0c252257e4afed163a3a74aba24a5509b198, reversing changes made to bb135a0180c31fbd7456021fb9700b49bba7f533. --- include/ahci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ahci.h') diff --git a/include/ahci.h b/include/ahci.h index 4876b41..a956c6f 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -145,7 +145,7 @@ struct ahci_ioports { }; struct ahci_probe_ent { -#if defined(CONFIG_DM_PCI) || defined(CONFIG_DM_SCSI) +#ifdef CONFIG_DM_PCI struct udevice *dev; #else pci_dev_t dev; -- cgit v1.1