aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/discontig.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/discontig.c')
-rw-r--r--arch/arm/mm/discontig.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mm/discontig.c b/arch/arm/mm/discontig.c
index 0d097bb1bc4d3..1e56021895072 100644
--- a/arch/arm/mm/discontig.c
+++ b/arch/arm/mm/discontig.c
@@ -9,10 +9,8 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-
#include <linux/module.h>
-#include <linux/mm.h>
-#include <linux/init.h>
+#include <linux/mmzone.h>
#include <linux/bootmem.h>
#if MAX_NUMNODES != 4 && MAX_NUMNODES != 16