[RFC PATCH 2/2] arm: pcibios: move to generic PCI domains
From: Lorenzo Pieralisi <hidden>
Date: 2014-11-03 10:49:50
Also in:
linux-pci
From: Lorenzo Pieralisi <hidden>
Date: 2014-11-03 10:49:50
Also in:
linux-pci
On Mon, Nov 03, 2014 at 03:48:23AM +0000, Yijing Wang wrote:
On 2014/10/30 19:44, Lorenzo Pieralisi wrote:
[...]
quoted
diff --git a/arch/arm/include/asm/mach/pci.h b/arch/arm/include/asm/mach/pci.h index 7fc4278..f19f627 100644 --- a/arch/arm/include/asm/mach/pci.h +++ b/arch/arm/include/asm/mach/pci.h@@ -44,9 +44,6 @@ struct hw_pci { * Per-controller structure */domain in hw_pci also should be clean up, right ? struct hw_pci { #ifdef CONFIG_PCI_DOMAINS int domain; #endif struct pci_ops *ops; int nr_controllers; void **private_data;
Yes, thanks for spotting that. Lorenzo