Hi Greg, Today's linux-next merge of the tty tree got a conflict in drivers/char/vt.c between commit be6f9f80724e1684987c486c33c4eb882ba50680 ("vt,console,kdb: automatically set kdb LINES variable") from the kgdb tree and commit 46ca223803ae544fb5460bc81d961244866fcdc4 ("vt: clean up the code - use kernel library") from the tty tree. Just overlapping additions. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/char/vt.c index 4a9eb30,0ecde1b..0000000 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@@ -104,7 -104,7 +104,8 @@@ #include <linux/io.h> #include <asm/system.h> #include <linux/uaccess.h> +#include <linux/kdb.h> + #include <linux/ctype.h> #define MAX_NR_CON_DRIVER 16 -- 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