From: Laurent Pinchart Date: Mon, 9 Jul 2007 12:58:18 +0000 (+0200) Subject: [PPC] Add linux/pagemap.h to arch/ppc/mm/tlb.c X-Git-Tag: v2.6.23-rc1~767^2^2~39 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cef1a3a5b8697ad76a6d18753e418cfe6a897030;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Kumar Gala --- diff --git a/arch/ppc/mm/tlb.c b/arch/ppc/mm/tlb.c index fa29740a28f..4ff260bc9dd 100644 --- a/arch/ppc/mm/tlb.c +++ b/arch/ppc/mm/tlb.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include