diff options
Diffstat (limited to 'arch/frv/include/asm/dma-mapping.h')
-rw-r--r-- | arch/frv/include/asm/dma-mapping.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/frv/include/asm/dma-mapping.h b/arch/frv/include/asm/dma-mapping.h index 6af5d83e2fb2..7b05ce14177e 100644 --- a/arch/frv/include/asm/dma-mapping.h +++ b/arch/frv/include/asm/dma-mapping.h | |||
@@ -125,12 +125,6 @@ int dma_set_mask(struct device *dev, u64 mask) | |||
125 | return 0; | 125 | return 0; |
126 | } | 126 | } |
127 | 127 | ||
128 | static inline | ||
129 | int dma_get_cache_alignment(void) | ||
130 | { | ||
131 | return 1 << L1_CACHE_SHIFT; | ||
132 | } | ||
133 | |||
134 | #define dma_is_consistent(d, h) (1) | 128 | #define dma_is_consistent(d, h) (1) |
135 | 129 | ||
136 | static inline | 130 | static inline |