>From b9f5d476a5aaad7a21c319b6bce6b3717925d9c9 Mon Sep 17 00:00:00 2001 From: Paul McQuade <paulmcquad@xxxxxxxxx> Date: Tue, 30 Sep 2014 20:51:54 +0100 Subject: [PATCH] MM: bootmem: Added headers Replace asm headers with the following linux headers. <linux/bug.h> <linux/io.h> Signed-off-by: Paul McQuade <paulmcquad@xxxxxxxxx> --- mm/bootmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/bootmem.c b/mm/bootmem.c index 90bd350..8a000ce 100644 --- a/mm/bootmem.c +++ b/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" -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>