From 738dc5e82e2c61bde59cd401c0adc1cf782e7be4 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart <laurent.pinchart@technotrade.biz> Date: Mon, 9 Jul 2007 14:58:18 +0200 Subject: [PATCH] [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> --- arch/ppc/mm/tlb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ppc/mm/tlb.c b/arch/ppc/mm/tlb.c index fa29740a28f57..4ff260bc9dd1d 100644 --- a/arch/ppc/mm/tlb.c +++ b/arch/ppc/mm/tlb.c @@ -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> -- 2.39.5