* [PATCH] MM: bootmem: Added headers
@ 2014-09-30 20:24 Paul McQuade
0 siblings, 0 replies; only message in thread
From: Paul McQuade @ 2014-09-30 20:24 UTC (permalink / raw)
To: linux-mm, linux-kernel, Andrew Morton, Daeseok Youn, Paul McQuade,
Xishi Qiu
>From b9f5d476a5aaad7a21c319b6bce6b3717925d9c9 Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcquad@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 <paulmcquad@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-30 20:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 20:24 [PATCH] MM: bootmem: Added headers Paul McQuade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox