The patch titled AVR32 utrace: Add missing includes has been added to the -mm tree. Its filename is avr32-utrace-add-missing-includes.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: AVR32 utrace: Add missing includes From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Include linux/tracehook.h and linux/utrace.h Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/avr32/kernel/ptrace.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/avr32/kernel/ptrace.c~avr32-utrace-add-missing-includes arch/avr32/kernel/ptrace.c --- a/arch/avr32/kernel/ptrace.c~avr32-utrace-add-missing-includes +++ a/arch/avr32/kernel/ptrace.c @@ -14,6 +14,8 @@ #include <linux/ptrace.h> #include <linux/user.h> #include <linux/kdebug.h> +#include <linux/tracehook.h> +#include <linux/utrace.h> #include <asm/mmu_context.h> #include <asm/ocd.h> _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are git-avr32.patch avr32-remove-unneeded-cast-in-atomich.patch report-that-kernel-is-tainted-if-there-were-an-oops-before.patch markers-add-instrumentation-markers-menus-to-avr32.patch avr32-implement-utrace-support.patch avr32-utrace-add-missing-includes.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