diff options
Diffstat (limited to 'arch/sparc/include/asm/pgtable_64.h')
-rw-r--r-- | arch/sparc/include/asm/pgtable_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h index 7619f2f792af..79c214efa3fe 100644 --- a/arch/sparc/include/asm/pgtable_64.h +++ b/arch/sparc/include/asm/pgtable_64.h | |||
@@ -914,6 +914,7 @@ static inline int io_remap_pfn_range(struct vm_area_struct *vma, | |||
914 | 914 | ||
915 | return remap_pfn_range(vma, from, phys_base >> PAGE_SHIFT, size, prot); | 915 | return remap_pfn_range(vma, from, phys_base >> PAGE_SHIFT, size, prot); |
916 | } | 916 | } |
917 | #define io_remap_pfn_range io_remap_pfn_range | ||
917 | 918 | ||
918 | #include <asm/tlbflush.h> | 919 | #include <asm/tlbflush.h> |
919 | #include <asm-generic/pgtable.h> | 920 | #include <asm-generic/pgtable.h> |