The patch titled Subject: kernel/extable.c: remove duplicated include has been added to the -mm tree. Its filename is extable-remove-duplicated-include-from-extablec.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/extable-remove-duplicated-include-from-extablec.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/extable-remove-duplicated-include-from-extablec.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> Subject: kernel/extable.c: remove duplicated include Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/extable.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/extable.c~extable-remove-duplicated-include-from-extablec kernel/extable.c --- a/kernel/extable.c~extable-remove-duplicated-include-from-extablec +++ a/kernel/extable.c @@ -18,7 +18,6 @@ #include <linux/ftrace.h> #include <linux/memory.h> #include <linux/module.h> -#include <linux/ftrace.h> #include <linux/mutex.h> #include <linux/init.h> _ Patches currently in -mm which might be from yongjun_wei@xxxxxxxxxxxxxxxxx are extable-remove-duplicated-include-from-extablec.patch linux-next.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