浏览代码

disp: msm: sde: include of_common header for usage

Include of_common header file explicitly to use
of_fdt_get_ddrtype().

Change-Id: Idd814d6188d585b2d0ecd6935f3260a79d15401b
Signed-off-by: Jeykumar Sankaran <[email protected]>
Jeykumar Sankaran 3 年之前
父节点
当前提交
095265339d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      msm/sde/sde_crtc.c
  2. 1 0
      msm/sde/sde_hw_catalog.c

+ 1 - 0
msm/sde/sde_crtc.c

@@ -25,6 +25,7 @@
 #include <drm/drm_crtc.h>
 #include <drm/drm_crtc.h>
 #include <drm/drm_probe_helper.h>
 #include <drm/drm_probe_helper.h>
 #include <drm/drm_flip_work.h>
 #include <drm/drm_flip_work.h>
+#include <soc/qcom/of_common.h>
 
 
 #include "sde_kms.h"
 #include "sde_kms.h"
 #include "sde_hw_lm.h"
 #include "sde_hw_lm.h"

+ 1 - 0
msm/sde/sde_hw_catalog.c

@@ -9,6 +9,7 @@
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/soc/qcom/llcc-qcom.h>
 #include <linux/soc/qcom/llcc-qcom.h>
 #include <linux/pm_qos.h>
 #include <linux/pm_qos.h>
+#include <soc/qcom/of_common.h>
 
 
 #include "sde_hw_mdss.h"
 #include "sde_hw_mdss.h"
 #include "sde_hw_catalog.h"
 #include "sde_hw_catalog.h"