Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cef1a3a5 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Kumar Gala
Browse files

[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: default avatarLaurent Pinchart <laurent.pinchart@technotrade.biz>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent d3e0e028
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>