summaryrefslogtreecommitdiffstats
path: root/mm/sparse-vmemmap.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-26 15:58:15 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 09:20:11 -0400
commite25934a51772f47edd94d7b7d08b0e167769639c (patch)
treec72dd84e95178d1e5e5223bf5a736e75430f1305 /mm/sparse-vmemmap.c
parent9a418455134f5dc23f124d2818b2e8e1cea997a1 (diff)
downloadop-kernel-dev-e25934a51772f47edd94d7b7d08b0e167769639c.zip
op-kernel-dev-e25934a51772f47edd94d7b7d08b0e167769639c.tar.gz
mm: delete various needless include <linux/module.h>
There is nothing modular in these files, and no reason to drag in all the 357 headers that module.h brings with it, since it just slows down compiles. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'mm/sparse-vmemmap.c')
-rw-r--r--mm/sparse-vmemmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/sparse-vmemmap.c b/mm/sparse-vmemmap.c
index 64b9840..1b7e22a 100644
--- a/mm/sparse-vmemmap.c
+++ b/mm/sparse-vmemmap.c
@@ -21,7 +21,6 @@
#include <linux/mmzone.h>
#include <linux/bootmem.h>
#include <linux/highmem.h>
-#include <linux/module.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/vmalloc.h>
OpenPOWER on IntegriCloud