1
0
Fork 0

[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>
hifive-unleashed-5.1
Laurent Pinchart 2007-07-09 14:58:18 +02:00 committed by Kumar Gala
parent d3e0e02804
commit cef1a3a5b8
1 changed files with 1 additions and 0 deletions

View 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>