The patch titled serial: sh-sci: Fix build failure from kgdb fallout has been removed from the -mm tree. Its filename was serial-sh-sci-fix-build-failure-from-kgdb-fallout.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 pvr2fb-consolidated-cleanup-of-pvr2fbc.patch cpufreq-move-policys-governor-initialisation-out-of-low-level-drivers-into-cpufreq-core.patch cpufreq-allow-ondemand-and-conservative-cpufreq-governors-to-be-used-as-default.patch net-smc91x-build-fixes-for-general-sh-boards.patch git-sh.patch sh64-arch-sh64-kernel-signalh-duplicate-include-removal.patch nohz-fix-nohz-x86-dyntick-idle-handling.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch clean-up-duplicate-includes-in-mm.patch printk-add-interfaces-for-external-access-to-the-log-buffer.patch printk-add-interfaces-for-external-access-to-the-log-buffer-fix.patch printk-add-interfaces-for-external-access-to-the-log-buffer-fix-2.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