The patch titled Subject: arch/ia64/kernel/head.S: remove duplicate include has been added to the -mm tree. Its filename is module-remove-duplicate-include-in-arch-ia64-kernel-heads.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/module-remove-duplicate-include-in-arch-ia64-kernel-heads.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/module-remove-duplicate-include-in-arch-ia64-kernel-heads.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: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx> Subject: arch/ia64/kernel/head.S: remove duplicate include 'linux/pgtable.h' included in 'arch/ia64/kernel/head.S' is duplicated. Link: https://lkml.kernel.org/r/20210303084549.179346-1-zhang.yunkai@xxxxxxxxxx Signed-off-by: Zhang Yunkai <zhang.yunkai@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/kernel/head.S | 1 - 1 file changed, 1 deletion(-) --- a/arch/ia64/kernel/head.S~module-remove-duplicate-include-in-arch-ia64-kernel-heads +++ a/arch/ia64/kernel/head.S @@ -33,7 +33,6 @@ #include <asm/mca_asm.h> #include <linux/init.h> #include <linux/linkage.h> -#include <linux/pgtable.h> #include <asm/export.h> #ifdef CONFIG_HOTPLUG_CPU _ Patches currently in -mm which might be from zhang.yunkai@xxxxxxxxxx are module-remove-duplicate-include-in-arch-ia64-kernel-heads.patch