diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 15:58:15 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 09:20:11 -0400 |
commit | e25934a51772f47edd94d7b7d08b0e167769639c (patch) | |
tree | c72dd84e95178d1e5e5223bf5a736e75430f1305 /mm/fremap.c | |
parent | 9a418455134f5dc23f124d2818b2e8e1cea997a1 (diff) |
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/fremap.c')
-rw-r--r-- | mm/fremap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/fremap.c b/mm/fremap.c index b8e0e2d468af..9ed4fd432467 100644 --- a/mm/fremap.c +++ b/mm/fremap.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/pagemap.h> | 13 | #include <linux/pagemap.h> |
14 | #include <linux/swapops.h> | 14 | #include <linux/swapops.h> |
15 | #include <linux/rmap.h> | 15 | #include <linux/rmap.h> |
16 | #include <linux/module.h> | ||
17 | #include <linux/syscalls.h> | 16 | #include <linux/syscalls.h> |
18 | #include <linux/mmu_notifier.h> | 17 | #include <linux/mmu_notifier.h> |
19 | 18 | ||