summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhaval Patel <pdhaval@codeaurora.org>2016-09-27 16:13:22 -0700
committerDhaval Patel <pdhaval@codeaurora.org>2016-09-28 10:18:05 -0700
commitc64b75a72da5140e25fc4240e0b1b72f010fd346 (patch)
tree17379f3f0c36a49ee7c5ea3b23a6270d69521d68
parent6bc663767401923c737a766965c4a82807922521 (diff)
drm/msm: remove msm clock driver header files
Remove msm clock driver header files to avoid dependency between "msm" and "qcom" clock driver. Change-Id: I2bd77086f01d0e87e1a0314c38bcf94abf4905de Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
-rw-r--r--drivers/gpu/drm/msm/dsi-staging/dsi_clk_pwr.c1
-rw-r--r--drivers/gpu/drm/msm/sde_power_handle.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/dsi-staging/dsi_clk_pwr.c b/drivers/gpu/drm/msm/dsi-staging/dsi_clk_pwr.c
index 0ba7b526d094..7def847f6f2a 100644
--- a/drivers/gpu/drm/msm/dsi-staging/dsi_clk_pwr.c
+++ b/drivers/gpu/drm/msm/dsi-staging/dsi_clk_pwr.c
@@ -12,7 +12,6 @@
*
*/
-#include <linux/clk/msm-clk.h>
#include <linux/of.h>
#include <linux/delay.h>
#include <linux/slab.h>
diff --git a/drivers/gpu/drm/msm/sde_power_handle.c b/drivers/gpu/drm/msm/sde_power_handle.c
index 28807848d831..7385086b3005 100644
--- a/drivers/gpu/drm/msm/sde_power_handle.c
+++ b/drivers/gpu/drm/msm/sde_power_handle.c
@@ -18,7 +18,6 @@
#include <linux/of.h>
#include <linux/string.h>
#include <linux/of_address.h>
-#include <linux/clk/msm-clk.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/of_platform.h>