Merge "video: driver: Use iommu.h instead of dma-iommu.h"

This commit is contained in:
qctecmdr
2022-12-22 11:18:57 -08:00
committad av Gerrit - the friendly Code Review server
förälder 9b51939152 bbcd8f6db3
incheckning d52a0b7f71

Visa fil

@@ -11,7 +11,10 @@
#include <linux/component.h>
#include <linux/interrupt.h>
#include <linux/iommu.h>
#include <linux/version.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0))
#include <linux/dma-iommu.h>
#endif
#ifdef CONFIG_MSM_MMRM
#include <linux/soc/qcom/msm_mmrm.h>
#endif