Commit a760088b authored by Christoph Hellwig's avatar Christoph Hellwig

x86: remove DMA_ERROR_CODE

All dma_map_ops instances now handle their errors through
->mapping_error.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 8bd17c66
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
# define ISA_DMA_BIT_MASK DMA_BIT_MASK(32) # define ISA_DMA_BIT_MASK DMA_BIT_MASK(32)
#endif #endif
#define DMA_ERROR_CODE 0
extern int iommu_merge; extern int iommu_merge;
extern struct device x86_dma_fallback_dev; extern struct device x86_dma_fallback_dev;
extern int panic_on_overflow; extern int panic_on_overflow;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment