diff options
Diffstat (limited to 'arch/powerpc/mm/mmu_decl.h')
-rw-r--r-- | arch/powerpc/mm/mmu_decl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h index bea2d21ac6f7..9c4538bb04b0 100644 --- a/arch/powerpc/mm/mmu_decl.h +++ b/arch/powerpc/mm/mmu_decl.h | |||
@@ -19,9 +19,14 @@ | |||
19 | * 2 of the License, or (at your option) any later version. | 19 | * 2 of the License, or (at your option) any later version. |
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | #include <linux/mm.h> | ||
22 | #include <asm/tlbflush.h> | 23 | #include <asm/tlbflush.h> |
23 | #include <asm/mmu.h> | 24 | #include <asm/mmu.h> |
24 | 25 | ||
26 | extern void hash_preload(struct mm_struct *mm, unsigned long ea, | ||
27 | unsigned long access, unsigned long trap); | ||
28 | |||
29 | |||
25 | #ifdef CONFIG_PPC32 | 30 | #ifdef CONFIG_PPC32 |
26 | extern void mapin_ram(void); | 31 | extern void mapin_ram(void); |
27 | extern int map_page(unsigned long va, phys_addr_t pa, int flags); | 32 | extern int map_page(unsigned long va, phys_addr_t pa, int flags); |