summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-03-21 17:59:37 -0700
committerMike Turquette <mturquette@linaro.org>2014-04-30 11:51:51 -0700
commit49fc825f0cc221768c5711b8ec6a71bd49f2663e (patch)
tree4c358a9db39a28e9ba79d77a021a13a59637eefb /drivers/clk/qcom/Makefile
parent63589e92c2d975cc63222e5bd4a9a1fa2a1187ac (diff)
downloadop-kernel-dev-49fc825f0cc221768c5711b8ec6a71bd49f2663e.zip
op-kernel-dev-49fc825f0cc221768c5711b8ec6a71bd49f2663e.tar.gz
clk: qcom: Consolidate common probe code
Most of the probe code is the same between all the different clock controllers. Consolidate the code into a common.c file. This makes changes to the common probe parts easier and reduces chances for bugs. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r--drivers/clk/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile
index f60db2e..689e05b 100644
--- a/drivers/clk/qcom/Makefile
+++ b/drivers/clk/qcom/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o
+clk-qcom-y += common.o
clk-qcom-y += clk-regmap.o
clk-qcom-y += clk-pll.o
clk-qcom-y += clk-rcg.o
OpenPOWER on IntegriCloud