Re: [PATCH 2/2] [POWERPC] consolidate struct pci_controller

2007-11-13 Thread Kumar Gala
On Nov 13, 2007, at 2:06 AM, Olof Johansson wrote: > On Tue, Nov 13, 2007 at 04:37:07PM +1100, Stephen Rothwell wrote: > >> This one clashes slightly with Benh's "Merge >> pci_process_bridge_OF_ranges()" >> patch. > > Hi Stephen, > > For the small fields that use standard types, you should just

Re: [PATCH 2/2] [POWERPC] consolidate struct pci_controller

2007-11-13 Thread Olof Johansson
On Tue, Nov 13, 2007 at 04:37:07PM +1100, Stephen Rothwell wrote: > This one clashes slightly with Benh's "Merge pci_process_bridge_OF_ranges()" > patch. Hi Stephen, For the small fields that use standard types, you should just be able to still define them for ppc32 and just not use them. Altern

[PATCH 2/2] [POWERPC] consolidate struct pci_controller

2007-11-12 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- include/asm-powerpc/pci-bridge.h | 65 +- 1 files changed, 22 insertions(+), 43 deletions(-) This one clashes slightly with Benh's "Merge pci_process_bridge_OF_ranges()" patch. -- Cheers, Stephen Roth