mm/bootmem.c: use include/linux/ headers
authorPaul McQuade <[email protected]>
Thu, 9 Oct 2014 22:29:05 +0000 (15:29 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:26:00 +0000 (22:26 -0400)
Replace asm. headers with linux/headers:

<linux/bug.h>
<linux/io.h>

Signed-off-by: Paul McQuade <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/bootmem.c

index 90bd3507b413b613c6eb0f51b643e2e0fcd615d2..8a000cebb0d7428d5ec48dcfa979086c57e85109 100644 (file)
@@ -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"