Hi all, Today's linux-next merge of the akpm tree got a conflict in: arch/xtensa/include/asm/Kbuild between commit: 35ff5ae79f85 ("xtensa: move generic-y of exported headers to uapi/asm/Kbuild") from the kbuild tree and patch: "xtensa: use generic fb.h" from the akpm 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 arch/xtensa/include/asm/Kbuild index c04efde775a5,bdc12d426b24..000000000000 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild @@@ -3,9 -4,13 +3,10 @@@ generic-y += clkdev. generic-y += div64.h generic-y += dma-contiguous.h generic-y += emergency-restart.h -generic-y += errno.h generic-y += exec.h generic-y += extable.h + generic-y += fb.h -generic-y += fcntl.h generic-y += hardirq.h -generic-y += ioctl.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += kdebug.h -- 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