Explorar el Código

disp: msm: include qcom iommu util header for early map

Recent iommu refactor changes moved few defines for early map to
qcom_iommu_util header. This change includes the iommu util header
for fixing compilation.

Change-Id: I4db203bc4131829d40aa86ddcb58f58a20a8a271
Signed-off-by: Prabhanjan Kandula <[email protected]>
Prabhanjan Kandula hace 4 años
padre
commit
f6a6169748
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      msm/msm_mmu.h

+ 1 - 0
msm/msm_mmu.h

@@ -19,6 +19,7 @@
 #define __MSM_MMU_H__
 
 #include <linux/iommu.h>
+#include <linux/qcom-iommu-util.h>
 #include <linux/dma-mapping.h>
 #include <linux/dma-map-ops.h>