Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683962 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-07-10 07:40 +0200 |
| Last post | 2017-07-10 07:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
linux-next: manual merge of the akpm tree with the kbuild tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-07-10 07:40 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-07-10 07:40 +0200 |
| Subject | linux-next: manual merge of the akpm tree with the kbuild tree |
| Message-ID | <u1zAl-Th-1@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web