summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Hansen <haveblue@us.ibm.com>2004-08-26 20:35:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-26 20:35:51 -0700
commit64bb92dab0e34c1291eaf48abfbcb707d956cd99 (patch)
tree0fb3118ea5af5b242927b515fac1b332100fa206 /include
parent7b35738ed905a232c8c5ea1dd24be4bd768c28e9 (diff)
[PATCH] include asm/page.h for virt_to_page()
asm/page.h seems to be the accepted place to declare virt_to_page() on a vast majority of architectures. This patch makes sure that a few files which use that function also directly include the header. Signed-off-by: Dave Hansen <haveblue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/pgalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/pgalloc.h b/include/asm-ppc64/pgalloc.h
index 8b79f36267a2..dd717c2bb644 100644
--- a/include/asm-ppc64/pgalloc.h
+++ b/include/asm-ppc64/pgalloc.h
@@ -7,6 +7,7 @@
#include <linux/percpu.h>
#include <asm/processor.h>
#include <asm/tlb.h>
+#include <asm/page.h>
extern kmem_cache_t *zero_cache;