Re: [RFC PATCH 1/3] powerpc: Move struct pci_controller to asm-generic

2013-04-25 Thread Bjorn Helgaas
On Thu, Apr 25, 2013 at 3:49 AM, Andrew Murray wrote: > This patch moves struct pci_controller into asm-generic to allow > for use by other architectures thus reducing code duplication in > the kernel. > > Signed-off-by: Andrew Murray > --- > arch/powerpc/include/asm/pci-bridge.h | 87 +---

[RFC PATCH 1/3] powerpc: Move struct pci_controller to asm-generic

2013-04-25 Thread Andrew Murray
This patch moves struct pci_controller into asm-generic to allow for use by other architectures thus reducing code duplication in the kernel. Signed-off-by: Andrew Murray --- arch/powerpc/include/asm/pci-bridge.h | 87 +--- include/asm-generic/pci-bridge.h |