Hi Jesse, After merging the pci tree, today's linux-next build (powerpc_ppc64_defconfig) failed like this: arch/powerpc/kernel/pci_64.c: In function 'pcibios_map_io_space': arch/powerpc/kernel/pci_64.c:201:2: error: implicit declaration of function 'pcibios_phb_map_phb_io_space' [-Werror=implicit-function-declaration] Caused by commit fb8fca4ff3f7 ("powerpc/PCI: split PHB part out of pcibios_map_io_space()"). arch/powerpc/kernel/pci-common.c: In function 'pcibios_scan_phb': arch/powerpc/kernel/pci-common.c:1726:7: error: incompatible type for argument 5 of 'pci_create_root_bus' include/linux/pci.h:665:17: note: expected 'struct list_head *' but argument is of type 'struct list_head' Caused by commit 3c73944e7ace ("powerpc/PCI: convert to pci_create_root_bus()"). I have used the pci tree from next-20111205 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/