Browse Source

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 years ago
parent
commit
095265339d
2 changed files with 2 additions and 0 deletions
  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_probe_helper.h>
 #include <drm/drm_flip_work.h>
+#include <soc/qcom/of_common.h>
 
 #include "sde_kms.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/soc/qcom/llcc-qcom.h>
 #include <linux/pm_qos.h>
+#include <soc/qcom/of_common.h>
 
 #include "sde_hw_mdss.h"
 #include "sde_hw_catalog.h"