diff options
| author | Russell King <rmk@arm.linux.org.uk> | 2004-06-17 17:53:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-17 17:53:57 -0700 |
| commit | 1c60f076562a32cd6ccf03e8046867efe0772e92 (patch) | |
| tree | d49dea95dfa8f7fa7fdf6f88cd483ec8a95c9002 /fs/exec.c | |
| parent | c407c033de84b3987ccd0d1525c707e5be4bafb0 (diff) | |
[PATCH] Clean up asm/pgalloc.h include
This patch cleans up needless includes of asm/pgalloc.h from the fs/
kernel/ and mm/ subtrees. Compile tested on multiple ARM platforms, and
x86, this patch appears safe.
This patch is part of a larger patch aiming towards getting the include of
asm/pgtable.h out of linux/mm.h, so that asm/pgtable.h can sanely get at
things like mm_struct and friends.
I suggest testing in -mm for a while to ensure there aren't any hidden arch
issues.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index f1c605f13223..8db571a9b307 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -48,7 +48,6 @@ #include <linux/rmap.h> #include <asm/uaccess.h> -#include <asm/pgalloc.h> #include <asm/mmu_context.h> #ifdef CONFIG_KMOD |
