瀏覽代碼

Merge changes I36a55b91,Icc225bd1 into display-kernel.lnx.1.0

* changes:
  disp: msm: sde: update shmbridge header file path
  disp: msm: delay msm_drv probe
Linux Build Service Account 5 年之前
父節點
當前提交
6ad6641d3a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      msm/msm_drv.c
  2. 1 1
      msm/sde/sde_kms.c

+ 1 - 1
msm/msm_drv.c

@@ -1980,7 +1980,7 @@ static void __exit msm_drm_unregister(void)
 	msm_smmu_driver_cleanup();
 }
 
-module_init(msm_drm_register);
+late_initcall(msm_drm_register);
 module_exit(msm_drm_unregister);
 
 MODULE_AUTHOR("Rob Clark <[email protected]");

+ 1 - 1
msm/sde/sde_kms.c

@@ -51,7 +51,7 @@
 
 #include <soc/qcom/scm.h>
 #include "soc/qcom/secure_buffer.h"
-#include "soc/qcom/qtee_shmbridge.h"
+#include <linux/qtee_shmbridge.h>
 
 #define CREATE_TRACE_POINTS
 #include "sde_trace.h"