The patch titled Subject: mm/bootmem.c: use include/linux/ headers has been added to the -mm tree. Its filename is mm-bootmem-added-headers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-bootmem-added-headers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-bootmem-added-headers.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: Paul McQuade <paulmcquad@xxxxxxxxx> Subject: mm/bootmem.c: use include/linux/ headers Replace asm. headers with linux/headers: <linux/bug.h> <linux/io.h> Signed-off-by: Paul McQuade <paulmcquad@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/bootmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/bootmem.c~mm-bootmem-added-headers mm/bootmem.c --- a/mm/bootmem.c~mm-bootmem-added-headers +++ a/mm/bootmem.c @@ -16,9 +16,9 @@ #include <linux/kmemleak.h> #include <linux/range.h> #include <linux/memblock.h> +#include <linux/bug.h> +#include <linux/io.h> -#include <asm/bug.h> -#include <asm/io.h> #include <asm/processor.h> #include "internal.h" _ Patches currently in -mm which might be from paulmcquad@xxxxxxxxx are mm-mremap-use-linux-headers.patch mm-filemap-remove-trailing-whitespace.patch mm-bootmem-added-headers.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