]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
mm/bootmem.c: use include/linux/ headers
authorPaul McQuade <paulmcquad@gmail.com>
Thu, 9 Oct 2014 22:29:05 +0000 (15:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <paulmcquad@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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"