The patch titled Subject: powerpc: fix up for removal of linux/bootmem.h has been added to the -mm tree. Its filename is mm-remove-include-linux-bootmemh-fix-2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-include-linux-bootmemh-fix-2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-include-linux-bootmemh-fix-2.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: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: powerpc: fix up for removal of linux/bootmem.h Link: http://lkml.kernel.org/r/20181005161406.73ef8727@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/setup-common.c | 1 - 1 file changed, 1 deletion(-) --- a/arch/powerpc/kernel/setup-common.c~mm-remove-include-linux-bootmemh-fix-2 +++ a/arch/powerpc/kernel/setup-common.c @@ -33,7 +33,6 @@ #include <linux/serial_8250.h> #include <linux/percpu.h> #include <linux/memblock.h> -#include <linux/bootmem.h> #include <linux/of_platform.h> #include <linux/hugetlb.h> #include <asm/debugfs.h> _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-remove-include-linux-bootmemh-fix.patch mm-remove-include-linux-bootmemh-fix-2.patch