aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2004-06-17 17:53:57 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-17 17:53:57 -0700
commit1c60f076562a32cd6ccf03e8046867efe0772e92 (patch)
treed49dea95dfa8f7fa7fdf6f88cd483ec8a95c9002 /kernel
parentc407c033de84b3987ccd0d1525c707e5be4bafb0 (diff)
downloadhistory-1c60f076562a32cd6ccf03e8046867efe0772e92.tar.gz
[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 'kernel')
-rw-r--r--kernel/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c
index e7a73bac2d58a4..372f0eb9ddf130 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -36,7 +36,6 @@
#include <linux/stop_machine.h>
#include <asm/uaccess.h>
#include <asm/semaphore.h>
-#include <asm/pgalloc.h>
#include <asm/cacheflush.h>
#if 0