The patch titled Subject: mm/shmem: remove duplicate include in memory.c has been added to the -mm tree. Its filename is mm-shmem-remove-duplicate-include-in-memoryc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-shmem-remove-duplicate-include-in-memoryc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-shmem-remove-duplicate-include-in-memoryc.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: Wan Jiabing <wanjiabing@xxxxxxxx> Subject: mm/shmem: remove duplicate include in memory.c Fix following checkincludes.pl warning: mm/memory.c: linux/mm_inline.h is included more than once. The include is in line 44. Remove the duplicated here. Link: https://lkml.kernel.org/r/20220427064717.803019-1-wanjiabing@xxxxxxxx Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/memory.c~mm-shmem-remove-duplicate-include-in-memoryc +++ a/mm/memory.c @@ -74,7 +74,6 @@ #include <linux/perf_event.h> #include <linux/ptrace.h> #include <linux/vmalloc.h> -#include <linux/mm_inline.h> #include <trace/events/kmem.h> _ Patches currently in -mm which might be from wanjiabing@xxxxxxxx are mm-shmem-remove-duplicate-include-in-memoryc.patch