Don't use set_dma_ops since commit
9d3bfbb4df58 ("arm64: Combine
coherent and non-coherent swiotlb dma_ops")
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
/* Set the list of features available on the current HW (identified by the GPU_ID register) */
kbase_hw_set_features_mask(kbdev);
-#if defined(CONFIG_ARM64)
- set_dma_ops(kbdev->dev, &noncoherent_swiotlb_dma_ops);
-#endif
-
/* Workaround a pre-3.13 Linux issue, where dma_mask is NULL when our
* device structure was created by device-tree
*/