diff options
author | Laurent Pinchart <laurent.pinchart@technotrade.biz> | 2007-07-09 08:58:18 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-10 01:33:07 -0400 |
commit | cef1a3a5b8697ad76a6d18753e418cfe6a897030 (patch) | |
tree | 013a13785fd2b3b4a6c1f226b7674c362370ab1e /arch/ppc | |
parent | d3e0e02804a5f48432a87b839b469e66d1a84f1c (diff) |
[PPC] Add linux/pagemap.h to arch/ppc/mm/tlb.c
When compiled without swap support, arch/mm/tlb.c complains about missing
function declarations. This patch fixes the warnings.
Signed-off-by: Laurent Pinchart <laurent.pinchart@technotrade.biz>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/mm/tlb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/mm/tlb.c b/arch/ppc/mm/tlb.c index fa29740a28f5..4ff260bc9dd1 100644 --- a/arch/ppc/mm/tlb.c +++ b/arch/ppc/mm/tlb.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | #include <linux/highmem.h> | 29 | #include <linux/highmem.h> |
30 | #include <linux/pagemap.h> | ||
30 | #include <asm/tlbflush.h> | 31 | #include <asm/tlbflush.h> |
31 | #include <asm/tlb.h> | 32 | #include <asm/tlb.h> |
32 | 33 | ||