diff options
| author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-16 04:24:30 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:42:52 -0400 |
| commit | 43fac94dd62667c83dd2daa5b7ac548512af780a (patch) | |
| tree | 68b8cf73959afd24410f3f398bda5953c7dcbadd | |
| parent | 39e91e433169bdfd5a312654e5988986662afd7f (diff) | |
Clean up duplicate includes in mm/
This patch cleans up duplicate includes in
mm/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | mm/mempolicy.c | 2 | ||||
| -rw-r--r-- | mm/shmem.c | 1 | ||||
| -rw-r--r-- | mm/swap.c | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 3d6ac9505d07..3a45b7dd0a09 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
| @@ -72,7 +72,6 @@ | |||
| 72 | #include <linux/hugetlb.h> | 72 | #include <linux/hugetlb.h> |
| 73 | #include <linux/kernel.h> | 73 | #include <linux/kernel.h> |
| 74 | #include <linux/sched.h> | 74 | #include <linux/sched.h> |
| 75 | #include <linux/mm.h> | ||
| 76 | #include <linux/nodemask.h> | 75 | #include <linux/nodemask.h> |
| 77 | #include <linux/cpuset.h> | 76 | #include <linux/cpuset.h> |
| 78 | #include <linux/gfp.h> | 77 | #include <linux/gfp.h> |
| @@ -82,7 +81,6 @@ | |||
| 82 | #include <linux/interrupt.h> | 81 | #include <linux/interrupt.h> |
| 83 | #include <linux/init.h> | 82 | #include <linux/init.h> |
| 84 | #include <linux/compat.h> | 83 | #include <linux/compat.h> |
| 85 | #include <linux/mempolicy.h> | ||
| 86 | #include <linux/swap.h> | 84 | #include <linux/swap.h> |
| 87 | #include <linux/seq_file.h> | 85 | #include <linux/seq_file.h> |
| 88 | #include <linux/proc_fs.h> | 86 | #include <linux/proc_fs.h> |
diff --git a/mm/shmem.c b/mm/shmem.c index fcd19d323f9f..2c39925fe073 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
| @@ -49,7 +49,6 @@ | |||
| 49 | #include <linux/ctype.h> | 49 | #include <linux/ctype.h> |
| 50 | #include <linux/migrate.h> | 50 | #include <linux/migrate.h> |
| 51 | #include <linux/highmem.h> | 51 | #include <linux/highmem.h> |
| 52 | #include <linux/backing-dev.h> | ||
| 53 | 52 | ||
| 54 | #include <asm/uaccess.h> | 53 | #include <asm/uaccess.h> |
| 55 | #include <asm/div64.h> | 54 | #include <asm/div64.h> |
| @@ -24,12 +24,10 @@ | |||
| 24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
| 25 | #include <linux/mm_inline.h> | 25 | #include <linux/mm_inline.h> |
| 26 | #include <linux/buffer_head.h> /* for try_to_release_page() */ | 26 | #include <linux/buffer_head.h> /* for try_to_release_page() */ |
| 27 | #include <linux/module.h> | ||
| 28 | #include <linux/percpu_counter.h> | 27 | #include <linux/percpu_counter.h> |
| 29 | #include <linux/percpu.h> | 28 | #include <linux/percpu.h> |
| 30 | #include <linux/cpu.h> | 29 | #include <linux/cpu.h> |
| 31 | #include <linux/notifier.h> | 30 | #include <linux/notifier.h> |
| 32 | #include <linux/init.h> | ||
| 33 | 31 | ||
| 34 | /* How many pages do we try to swap or page in/out together? */ | 32 | /* How many pages do we try to swap or page in/out together? */ |
| 35 | int page_cluster; | 33 | int page_cluster; |
