[PPC] Add linux/pagemap.h to arch/ppc/mm/tlb.c
authorLaurent Pinchart <laurent.pinchart@technotrade.biz>
Mon, 9 Jul 2007 12:58:18 +0000 (14:58 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2007 05:33:07 +0000 (00:33 -0500)
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>
arch/ppc/mm/tlb.c

index fa29740..4ff260b 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/mm.h>
 #include <linux/init.h>
 #include <linux/highmem.h>
+#include <linux/pagemap.h>
 #include <asm/tlbflush.h>
 #include <asm/tlb.h>