The patch titled m68k: Kill superfluous extern has been removed from the -mm tree. Its filename was m68k-kill-superfluous-extern.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m68k: Kill superfluous extern From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Kill a superfluous extern declaration Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68k/mm/motorola.c | 6 +----- 1 files changed, 1 insertion(+), 5 deletions(-) diff -puN arch/m68k/mm/motorola.c~m68k-kill-superfluous-extern arch/m68k/mm/motorola.c --- a/arch/m68k/mm/motorola.c~m68k-kill-superfluous-extern +++ a/arch/m68k/mm/motorola.c @@ -210,11 +210,7 @@ void __init paging_init(void) int i; #ifdef DEBUG - { - extern unsigned long availmem; - printk ("start of paging_init (%p, %lx)\n", - kernel_pg_dir, availmem); - } + printk ("start of paging_init (%p, %lx)\n", kernel_pg_dir, availmem); #endif /* Fix the cache mode in the page descriptors for the 680[46]0. */ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch mips-add-gpio-support-to-the-bcm947xx-platform.patch mips-gpio-led-driver-for-the-wgt634u-machine.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch move-preempt_notifiers-into-an-always-included-kconfig.patch add-missing-newlines-to-some-uses-of-dev_level-messages.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