diff options
Diffstat (limited to 'include/asm-mips/pgtable.h')
-rw-r--r-- | include/asm-mips/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h index 9f75baf11e25..1e8ae2723be4 100644 --- a/include/asm-mips/pgtable.h +++ b/include/asm-mips/pgtable.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <asm/pgtable-64.h> | 16 | #include <asm/pgtable-64.h> |
17 | #endif | 17 | #endif |
18 | 18 | ||
19 | #include <asm/io.h> | ||
19 | #include <asm/pgtable-bits.h> | 20 | #include <asm/pgtable-bits.h> |
20 | 21 | ||
21 | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT) | 22 | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT) |
@@ -362,7 +363,6 @@ static inline void update_mmu_cache(struct vm_area_struct *vma, | |||
362 | #endif | 363 | #endif |
363 | 364 | ||
364 | #ifdef CONFIG_64BIT_PHYS_ADDR | 365 | #ifdef CONFIG_64BIT_PHYS_ADDR |
365 | extern phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size); | ||
366 | extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); | 366 | extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); |
367 | 367 | ||
368 | static inline int io_remap_pfn_range(struct vm_area_struct *vma, | 368 | static inline int io_remap_pfn_range(struct vm_area_struct *vma, |