diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/dma-mapping.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/parisc/include/asm/dma-mapping.h b/arch/parisc/include/asm/dma-mapping.h index da6943380908..44d3f62ccf9d 100644 --- a/arch/parisc/include/asm/dma-mapping.h +++ b/arch/parisc/include/asm/dma-mapping.h | |||
@@ -185,12 +185,6 @@ dma_set_mask(struct device *dev, u64 mask) | |||
185 | } | 185 | } |
186 | 186 | ||
187 | static inline int | 187 | static inline int |
188 | dma_get_cache_alignment(void) | ||
189 | { | ||
190 | return dcache_stride; | ||
191 | } | ||
192 | |||
193 | static inline int | ||
194 | dma_is_consistent(struct device *dev, dma_addr_t dma_addr) | 188 | dma_is_consistent(struct device *dev, dma_addr_t dma_addr) |
195 | { | 189 | { |
196 | return (hppa_dma_ops->dma_sync_single_for_cpu == NULL); | 190 | return (hppa_dma_ops->dma_sync_single_for_cpu == NULL); |