On Tue, Sep 17, 2024 at 09:17:40AM -0700, Lizhi Hou wrote:Thanks. I will remove this header and re-spin a new patch.
The get_dma_ops and set_dma_ops APIs were never for driver to use. RemoveBtw, this file should also drop the include of <linux/dma-map-ops.h>,
these calls from QDMA driver. Instead, pass the DMA device pointer from the
qdma_platdata structure.
which is clearly marked as not for driver use.