summaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
diff options
context:
space:
mode:
authorPaul McQuade <paulmcquad@gmail.com>2014-10-09 15:29:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-09 22:26:00 -0400
commitd85fbee89f6e67e37ed722adaf085f49b1ce6c50 (patch)
tree5e520df514921fd044cab011762b2777a15a1b57 /mm/bootmem.c
parent99dadfdde04b72ce98aa2fbebdb49526f494e4cf (diff)
downloadop-kernel-dev-d85fbee89f6e67e37ed722adaf085f49b1ce6c50.zip
op-kernel-dev-d85fbee89f6e67e37ed722adaf085f49b1ce6c50.tar.gz
mm/bootmem.c: use include/linux/ headers
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>
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r--mm/bootmem.c4
1 files 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"
OpenPOWER on IntegriCloud