summaryrefslogtreecommitdiff
path: root/drivers/clk/msm
diff options
context:
space:
mode:
authorDeepak Katragadda <dkatraga@codeaurora.org>2016-01-15 11:21:47 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-25 16:03:44 -0700
commit55ddecb625ed0fd381349b71a325047e8cb98790 (patch)
tree934974475ffa48408f0dc62f575d0c92b1fd3c59 /drivers/clk/msm
parent501e4dbda64f453dacf6ab8c0ff2b372ad019428 (diff)
clk: msm: clock-pll: Remove list_registers callback for CPU PLLs
The register offsets for the CPU PLLs might vary with the standard offsets used for other PLLs. Remove having the print capability for these clocks. CRs-Fixed: 941434 Change-Id: Id67a70117b0621d98ac010f712552ecaaf92641f Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
Diffstat (limited to 'drivers/clk/msm')
-rw-r--r--drivers/clk/msm/clock-pll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/msm/clock-pll.c b/drivers/clk/msm/clock-pll.c
index df79801c1ba6..e4b6df769307 100644
--- a/drivers/clk/msm/clock-pll.c
+++ b/drivers/clk/msm/clock-pll.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -890,7 +890,6 @@ struct clk_ops clk_ops_variable_rate_pll_hwfsm = {
.set_rate = variable_rate_pll_set_rate,
.round_rate = variable_rate_pll_round_rate,
.handoff = variable_rate_pll_handoff,
- .list_registers = variable_rate_pll_list_registers,
};
struct clk_ops clk_ops_variable_rate_pll = {