Re: [PATCH 06/27] powerpc: Create the pci_controller_ops struct.

2015-03-30 Thread Michael Ellerman
On Wed, 2015-25-03 at 05:35:40 UTC, Daniel Axtens wrote: > Signed-off-by: Daniel Axtens > --- > arch/powerpc/include/asm/pci-bridge.h | 7 +++ > 1 file changed, 7 insertions(+) That's taking splitting patches to the next level :) Just fold this into the next one where you first need it. ch

[PATCH 06/27] powerpc: Create the pci_controller_ops struct.

2015-03-24 Thread Daniel Axtens
Signed-off-by: Daniel Axtens --- arch/powerpc/include/asm/pci-bridge.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 546d036..3ab8a2d 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/pow