diff options
Diffstat (limited to 'arch/mn10300/include')
-rw-r--r-- | arch/mn10300/include/asm/dma-mapping.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mn10300/include/asm/dma-mapping.h b/arch/mn10300/include/asm/dma-mapping.h index 4ed1522b38d2..8d452a657795 100644 --- a/arch/mn10300/include/asm/dma-mapping.h +++ b/arch/mn10300/include/asm/dma-mapping.h | |||
@@ -161,12 +161,6 @@ int dma_set_mask(struct device *dev, u64 mask) | |||
161 | return 0; | 161 | return 0; |
162 | } | 162 | } |
163 | 163 | ||
164 | static inline | ||
165 | int dma_get_cache_alignment(void) | ||
166 | { | ||
167 | return 1 << L1_CACHE_SHIFT; | ||
168 | } | ||
169 | |||
170 | #define dma_is_consistent(d) (1) | 164 | #define dma_is_consistent(d) (1) |
171 | 165 | ||
172 | static inline | 166 | static inline |