Christoph Hellwig
2019-Apr-09 12:22 UTC
[RFC PATCH 03/12] s390/mm: force swiotlb for protected virtualization
> +++ b/arch/s390/include/asm/dma-mapping.h > @@ -0,0 +1,13 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +#ifndef _ASM_S390_DMA_MAPPING_H > +#define _ASM_S390_DMA_MAPPING_H > + > +#include <linux/dma-contiguous.h> > + > +static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) > +{ > + return NULL; > +} > + > +#endif /* _ASM_S390_DMA_MAPPING_H */ > +Congratulations! You ust create an entirely pointless duplicate of include/asm-generic/dma-mapping.h.
Reasonably Related Threads
- [PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
- [PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
- [PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
- [PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
- [PATCH 04/10] s390/mm: force swiotlb for protected virtualization