The patch titled Subject: proc_devtree: remove duplicated include from proc_devtree.c has been added to the -mm tree. Its filename is procfs-use-kbasename-fix.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: proc_devtree: remove duplicated include from proc_devtree.c Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/proc_devtree.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/proc/proc_devtree.c~procfs-use-kbasename-fix fs/proc/proc_devtree.c --- a/fs/proc/proc_devtree.c~procfs-use-kbasename-fix +++ a/fs/proc/proc_devtree.c @@ -13,7 +13,6 @@ #include <linux/of.h> #include <linux/module.h> #include <linux/slab.h> -#include <linux/string.h> #include <asm/prom.h> #include <asm/uaccess.h> #include "internal.h" _ Patches currently in -mm which might be from yongjun_wei@xxxxxxxxxxxxxxxxx are linux-next.patch procfs-use-kbasename-fix.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