Subject: + rbtree-remove-unneeded-include.patch added to -mm tree To: nzimmer@xxxxxxx,dan.carpenter@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 14 May 2013 12:32:06 -0700 The patch titled Subject: rbtree: remove unneeded include has been added to the -mm tree. Its filename is rbtree-remove-unneeded-include.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: Nathan Zimmer <nzimmer@xxxxxxx> Subject: rbtree: remove unneeded include Remove an unnecessary include to kernel.h Signed-off-by: Nathan Zimmer <nzimmer@xxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/rbtree.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/rbtree.h~rbtree-remove-unneeded-include include/linux/rbtree.h --- a/include/linux/rbtree.h~rbtree-remove-unneeded-include +++ a/include/linux/rbtree.h @@ -29,7 +29,6 @@ #ifndef _LINUX_RBTREE_H #define _LINUX_RBTREE_H -#include <linux/kernel.h> #include <linux/stddef.h> struct rb_node { _ Patches currently in -mm which might be from nzimmer@xxxxxxx are rbtree-remove-unneeded-include.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