diff options
Diffstat (limited to 'arch/sh/include/asm/dma-mapping.h')
-rw-r--r-- | arch/sh/include/asm/dma-mapping.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/dma-mapping.h b/arch/sh/include/asm/dma-mapping.h index 87ced133a363..bea3337a426a 100644 --- a/arch/sh/include/asm/dma-mapping.h +++ b/arch/sh/include/asm/dma-mapping.h | |||
@@ -89,8 +89,6 @@ static inline void dma_free_coherent(struct device *dev, size_t size, | |||
89 | { | 89 | { |
90 | struct dma_map_ops *ops = get_dma_ops(dev); | 90 | struct dma_map_ops *ops = get_dma_ops(dev); |
91 | 91 | ||
92 | WARN_ON(irqs_disabled()); /* for portability */ | ||
93 | |||
94 | if (dma_release_from_coherent(dev, get_order(size), vaddr)) | 92 | if (dma_release_from_coherent(dev, get_order(size), vaddr)) |
95 | return; | 93 | return; |
96 | 94 | ||