aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-powerpc/tlb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/tlb.h b/include/asm-powerpc/tlb.h
index 66714042e438..e20ff7541f36 100644
--- a/include/asm-powerpc/tlb.h
+++ b/include/asm-powerpc/tlb.h
@@ -23,6 +23,8 @@
23#include <asm/mmu.h> 23#include <asm/mmu.h>
24#endif 24#endif
25 25
26#include <linux/pagemap.h>
27
26struct mmu_gather; 28struct mmu_gather;
27 29
28#define tlb_start_vma(tlb, vma) do { } while (0) 30#define tlb_start_vma(tlb, vma) do { } while (0)