Hi Rob, Today's linux-next merge of the devicetree tree got a conflict in: drivers/of/Kconfig between commit: 4670d610d592 ("PCI: Move OF-related PCI functions into PCI core") from the pci tree and commit: 6019a3d07d72 ("of: enable unittests on UML") from the devicetree tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/of/Kconfig index ee244c2e8c2b,06898039d11e..000000000000 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@@ -61,7 -63,11 +63,7 @@@ config OF_DYNAMI config OF_ADDRESS def_bool y - depends on !SPARC && HAS_IOMEM + depends on !SPARC && (HAS_IOMEM || UML) - select OF_ADDRESS_PCI if PCI - -config OF_ADDRESS_PCI - bool config OF_IRQ def_bool y -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html