diff options
Diffstat (limited to 'include/asm-m68knommu/io.h')
-rw-r--r-- | include/asm-m68knommu/io.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-m68knommu/io.h b/include/asm-m68knommu/io.h index 8df4cee2a0cd..653d9b2d7ddf 100644 --- a/include/asm-m68knommu/io.h +++ b/include/asm-m68knommu/io.h | |||
@@ -165,12 +165,6 @@ static inline void *ioremap_fullcache(unsigned long physaddr, unsigned long size | |||
165 | 165 | ||
166 | extern void iounmap(void *addr); | 166 | extern void iounmap(void *addr); |
167 | 167 | ||
168 | /* Nothing to do */ | ||
169 | |||
170 | #define dma_cache_inv(_start,_size) do { } while (0) | ||
171 | #define dma_cache_wback(_start,_size) do { } while (0) | ||
172 | #define dma_cache_wback_inv(_start,_size) do { } while (0) | ||
173 | |||
174 | /* Pages to physical address... */ | 168 | /* Pages to physical address... */ |
175 | #define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT) | 169 | #define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT) |
176 | #define page_to_bus(page) ((page - mem_map) << PAGE_SHIFT) | 170 | #define page_to_bus(page) ((page - mem_map) << PAGE_SHIFT) |