diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-11 12:13:10 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 04:46:35 -0400 |
commit | 40d158e61840fbbe23be3f37302a3ca237c15491 (patch) | |
tree | 0421101a49c3a8e639437a6fb8a162b2bcc077ea /arch/m68k | |
parent | 605c912bb843c024b1ed173dc427cd5c08e5d54d (diff) |
consolidate io_remap_pfn_range definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/pgtable_mm.h | 3 | ||||
-rw-r--r-- | arch/m68k/include/asm/pgtable_no.h | 3 |
2 files changed, 0 insertions, 6 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 |
diff --git a/arch/m68k/include/asm/pgtable_no.h b/arch/m68k/include/asm/pgtable_no.h index 037028f4ab70..c527fc2ecf82 100644 --- a/arch/m68k/include/asm/pgtable_no.h +++ b/arch/m68k/include/asm/pgtable_no.h | |||
@@ -55,9 +55,6 @@ extern unsigned int kobjsize(const void *objp); | |||
55 | */ | 55 | */ |
56 | #define pgtable_cache_init() do { } while (0) | 56 | #define pgtable_cache_init() do { } while (0) |
57 | 57 | ||
58 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
59 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
60 | |||
61 | /* | 58 | /* |
62 | * All 32bit addresses are effectively valid for vmalloc... | 59 | * All 32bit addresses are effectively valid for vmalloc... |
63 | * Sort of meaningless for non-VM targets. | 60 | * Sort of meaningless for non-VM targets. |