Hi all, Today's linux-next merge of the printk tree got a conflict in: include/linux/serial_core.h between commit: 1788cf6a91d9 ("tty: serial: switch from circ_buf to kfifo") from Linus' tree and commit: e18c650e4653 ("serial: core: Implement processing in port->lock wrapper") from the printk 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 include/linux/serial_core.h index 8cb65f50e830,fe91234d5b7c..000000000000 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@@ -11,6 -11,9 +11,8 @@@ #include <linux/compiler.h> #include <linux/console.h> #include <linux/interrupt.h> -#include <linux/circ_buf.h> + #include <linux/lockdep.h> + #include <linux/printk.h> #include <linux/spinlock.h> #include <linux/sched.h> #include <linux/tty.h>
Attachment:
pgpqg6dPanoES.pgp
Description: OpenPGP digital signature