The patch titled x86_64: include asm/bugs.h in bugs.c for check_bugs prototype has been added to the -mm tree. Its filename is x86_64-include-asm-bugsh-in-bugsc-for-check_bugs.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: x86_64: include asm/bugs.h in bugs.c for check_bugs prototype From: Josh Triplett <josh@xxxxxxxxxx> C files should include the header files that prototype their functions. Eliminates a sparse warning: warning: symbol 'check_bugs' was not declared. Should it be static? Signed-off-by: Josh Triplett <josh@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/kernel/bugs.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/x86_64/kernel/bugs.c~x86_64-include-asm-bugsh-in-bugsc-for-check_bugs arch/x86_64/kernel/bugs.c --- a/arch/x86_64/kernel/bugs.c~x86_64-include-asm-bugsh-in-bugsc-for-check_bugs +++ a/arch/x86_64/kernel/bugs.c @@ -8,6 +8,7 @@ #include <linux/kernel.h> #include <linux/init.h> #include <asm/alternative.h> +#include <asm/bugs.h> #include <asm/processor.h> #include <asm/mtrr.h> _ Patches currently in -mm which might be from josh@xxxxxxxxxx are origin.patch immunize-rcu_dereference-against-crazy-compiler-writers.patch i386-include-asm-bugsh-in-bugsc-for-check_bugs-prototype.patch x86_64-include-asm-bugsh-in-bugsc-for-check_bugs.patch mark-sysrq_sched_debug_show-static.patch i386-mark-pit_clockevent-static.patch cfs-mark-print_cfs_stats-static.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