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-Url: https://git.stricted.de/?a=commitdiff_plain;h=cef1a3a5b8697ad76a6d18753e418cfe6a897030;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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