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

[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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment