[PATCH] MM: bootmem: Added headers

From: Paul McQuade
Date: Tue Sep 30 2014 - 15:51:54 EST


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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/