diff options
Diffstat (limited to 'arch/m68k/include/asm/pgtable_mm.h')
-rw-r--r-- | arch/m68k/include/asm/pgtable_mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/pgtable_mm.h b/arch/m68k/include/asm/pgtable_mm.h index dc35e0e106e4..9f5abbda1ea7 100644 --- a/arch/m68k/include/asm/pgtable_mm.h +++ b/arch/m68k/include/asm/pgtable_mm.h | |||
@@ -135,9 +135,6 @@ static inline void update_mmu_cache(struct vm_area_struct *vma, | |||
135 | 135 | ||
136 | #define kern_addr_valid(addr) (1) | 136 | #define kern_addr_valid(addr) (1) |
137 | 137 | ||
138 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
139 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
140 | |||
141 | /* MMU-specific headers */ | 138 | /* MMU-specific headers */ |
142 | 139 | ||
143 | #ifdef CONFIG_SUN3 | 140 | #ifdef CONFIG_SUN3 |