The patch titled Subject: kernel/kexec_file.c: remove some duplicated includes has been added to the -mm tree. Its filename is kernel-kexec_file-remove-some-duplicated-include-file.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernel-kexec_file-remove-some-duplicated-include-file.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernel-kexec_file-remove-some-duplicated-include-file.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: zhong jiang <zhongjiang@xxxxxxxxxx> Subject: kernel/kexec_file.c: remove some duplicated includes We include kexec.h and slab.h twice in kexec_file.c. It's unnecessary. hence just remove them. Link: http://lkml.kernel.org/r/1537498098-19171-1-git-send-email-zhongjiang@xxxxxxxxxx Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx> Reviewed-by: Bhupesh Sharma <bhsharma@xxxxxxxxxx> Acked-by: Baoquan He <bhe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kexec_file.c | 2 -- 1 file changed, 2 deletions(-) --- a/kernel/kexec_file.c~kernel-kexec_file-remove-some-duplicated-include-file +++ a/kernel/kexec_file.c @@ -25,8 +25,6 @@ #include <linux/elf.h> #include <linux/elfcore.h> #include <linux/kernel.h> -#include <linux/kexec.h> -#include <linux/slab.h> #include <linux/syscalls.h> #include <linux/vmalloc.h> #include "kexec_internal.h" _ Patches currently in -mm which might be from zhongjiang@xxxxxxxxxx are ocfs2-fix-a-gcc-compiled-warning.patch mm-use-match_string-helper-to-simplify-the-code.patch mm-page_owner-align-with-pageblock_nr-pages.patch radix-tree-use-div_round_up-instead-of-reimplementing-its-function.patch lib-sg_pool-remove-unnecessary-null-check-when-free-the-object.patch kernel-kexec_file-remove-some-duplicated-include-file.patch