You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sh: remove DMA_ERROR_CODE
sh does not return errors for dma_map_page. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -9,8 +9,6 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
|
||||
return dma_ops;
|
||||
}
|
||||
|
||||
#define DMA_ERROR_CODE 0
|
||||
|
||||
void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
||||
enum dma_data_direction dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user