summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
diff options
context:
space:
mode:
authorStephen Boyd2015-07-15 21:04:53 +0200
committerStephen Boyd2015-07-28 20:58:39 +0200
commit76642eb4cb040b436319e5aa747a5ef026207eef (patch)
treec4ddbb41f05b7f4dcf0a30f15c4d72dbe99ae94c /drivers/clk/ti
parentclk: ti: Mark ti_clk_features static (diff)
downloadkernel-qcow2-linux-76642eb4cb040b436319e5aa747a5ef026207eef.tar.gz
kernel-qcow2-linux-76642eb4cb040b436319e5aa747a5ef026207eef.tar.xz
kernel-qcow2-linux-76642eb4cb040b436319e5aa747a5ef026207eef.zip
clk: ti: clk-3xxx: Remove unused structures
Sparse complains about these structures missing static, but they also don't look to be used. Remove them. drivers/clk/ti/clk-3xxx.c:74:30: warning: symbol 'clkhwops_omap3430es2_ssi_wait' was not declared. Should it be static? drivers/clk/ti/clk-3xxx.c:157:30: warning: symbol 'clkhwops_omap3430es2_hsotgusb_wait' was not declared. Should it be static? Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/ti')
-rw-r--r--drivers/clk/ti/clk-3xxx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/clk/ti/clk-3xxx.c b/drivers/clk/ti/clk-3xxx.c
index 6e33332b6b34..70eb85ac88f3 100644
--- a/drivers/clk/ti/clk-3xxx.c
+++ b/drivers/clk/ti/clk-3xxx.c
@@ -70,11 +70,6 @@ static void omap3430es2_clk_ssi_find_idlest(struct clk_hw_omap *clk,
*idlest_val = OMAP34XX_CM_IDLEST_VAL;
}
-const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait = {
- .find_idlest = omap3430es2_clk_ssi_find_idlest,
- .find_companion = omap2_clk_dflt_find_companion,
-};
-
const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait = {
.allow_idle = omap2_clkt_iclk_allow_idle,
.deny_idle = omap2_clkt_iclk_deny_idle,
@@ -153,11 +148,6 @@ const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait = {
.find_companion = omap2_clk_dflt_find_companion,
};
-const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait = {
- .find_idlest = omap3430es2_clk_hsotgusb_find_idlest,
- .find_companion = omap2_clk_dflt_find_companion,
-};
-
/**
* am35xx_clk_find_idlest - return clock ACK info for AM35XX IPSS
* @clk: struct clk * being enabled