>From b9f5d476a5aaad7a21c319b6bce6b3717925d9c9 Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcq...@gmail.com>
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 <paulmcq...@gmail.com>
---
 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to