The patch titled serial: sh-sci: Fix build failure from kgdb fallout has been added to the -mm tree. Its filename is serial-sh-sci-fix-build-failure-from-kgdb-fallout.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: serial: sh-sci: Fix build failure from kgdb fallout From: Paul Mundt <lethal@xxxxxxxxxxxx> serial: sh-sci: Fix build failure from kgdb fallout. CC drivers/serial/sh-sci.o drivers/serial/sh-sci.c: In function 'put_string': drivers/serial/sh-sci.c:188: error: 'hexchars' undeclared (first use in this function) drivers/serial/sh-sci.c:188: error: (Each undeclared identifier is reported only once drivers/serial/sh-sci.c:188: error: for each function it appears in.) make[3]: *** [drivers/serial/sh-sci.o] Error 1 Reported-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Paul Mundt <lethal@xxxxxxxxxxxx> Cc: Jason Wessel <jason.wessel@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/sh-sci.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/serial/sh-sci.c~serial-sh-sci-fix-build-failure-from-kgdb-fallout drivers/serial/sh-sci.c --- a/drivers/serial/sh-sci.c~serial-sh-sci-fix-build-failure-from-kgdb-fallout +++ a/drivers/serial/sh-sci.c @@ -162,6 +162,7 @@ static void put_string(struct sci_port * #if defined(CONFIG_SH_STANDARD_BIOS) || defined(CONFIG_SH_KGDB) int checksum; + const char hexchars[] = "0123456789abcdef"; int usegdb=0; #ifdef CONFIG_SH_STANDARD_BIOS _ Patches currently in -mm which might be from lethal@xxxxxxxxxxxx are git-sh.patch nohz-fix-nohz-x86-dyntick-idle-handling.patch serial-sh-sci-fix-build-failure-from-kgdb-fallout.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch clean-up-duplicate-includes-in-mm.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html