浏览代码

[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>
Laurent Pinchart 18 年之前
父节点
当前提交
cef1a3a5b8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/ppc/mm/tlb.c

+ 1 - 0
arch/ppc/mm/tlb.c

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