Prev: [RFC][PATCH 10/11] blkiocg async: Async queue per cfq_group
Next: [PATCH] acer-wmi: fix memory leaks in wmab_execute error path
From: Stephen Rothwell on 8 Jul 2010 23:50 Hi Greg, Today's linux-next merge of the tty tree got a conflict in include/linux/serial_core.h between commit 75b93489b449db4a34f0424c72f51821d985f52f ("serial: add a new port type, found on some sh-mobile SoCs") from the genesis tree and commit 4286e9ca73813ee0ab5b0bd63b7eaefeb4994334 ("serial: max3107: Abstract out the platform specific bits") from the tty tree. Just overlapping additions. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au diff --cc include/linux/serial_core.h index 5228320,9ddc866..0000000 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@@ -186,9 -186,10 +186,13 @@@ #define PORT_ALTERA_JTAGUART 91 #define PORT_ALTERA_UART 92 +/* SH-SCI */ +#define PORT_SCIFB 93 + + /* MAX3107 */ + #define PORT_MAX3107 94 + + #ifdef __KERNEL__ #include <linux/compiler.h> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 9 Jul 2010 01:10
On Fri, Jul 09, 2010 at 01:49:39PM +1000, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next merge of the tty tree got a conflict in > include/linux/serial_core.h between commit > 75b93489b449db4a34f0424c72f51821d985f52f ("serial: add a new port type, > found on some sh-mobile SoCs") from the genesis tree and commit > 4286e9ca73813ee0ab5b0bd63b7eaefeb4994334 ("serial: max3107: Abstract out > the platform specific bits") from the tty tree. > > Just overlapping additions. I fixed it up (see below) and can carry the > fix as necessary. Thanks, as long as the numbers are sequencial, and they are, it should be fine. Alan was good in making the patch up correctly :) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |