diff options
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | 2014-12-07 17:30:13 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 12:53:51 -0500 |
commit | cecec93df8be3a2ad49b3fb519fa37dba357843e (patch) | |
tree | 33be5d5219b0c78f844673170b0796f1c3936864 /arch/arm/mach-omap2/clock.h | |
parent | 40fd5106948004092a61a24fb1ceadd17f6cd74a (diff) |
ARM: OMAP2+: dpll44xx.c: Remove unused function
Remove the function omap4_dpllmx_gatectrl_read() that is not used anywhere.
This was partially found by using a static code analysis program called cppcheck.
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index a4282e79143e..1cf9dd85248a 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -177,7 +177,6 @@ struct clksel { | |||
177 | u32 omap3_dpll_autoidle_read(struct clk_hw_omap *clk); | 177 | u32 omap3_dpll_autoidle_read(struct clk_hw_omap *clk); |
178 | void omap3_dpll_allow_idle(struct clk_hw_omap *clk); | 178 | void omap3_dpll_allow_idle(struct clk_hw_omap *clk); |
179 | void omap3_dpll_deny_idle(struct clk_hw_omap *clk); | 179 | void omap3_dpll_deny_idle(struct clk_hw_omap *clk); |
180 | int omap4_dpllmx_gatectrl_read(struct clk_hw_omap *clk); | ||
181 | void omap4_dpllmx_allow_gatectrl(struct clk_hw_omap *clk); | 180 | void omap4_dpllmx_allow_gatectrl(struct clk_hw_omap *clk); |
182 | void omap4_dpllmx_deny_gatectrl(struct clk_hw_omap *clk); | 181 | void omap4_dpllmx_deny_gatectrl(struct clk_hw_omap *clk); |
183 | 182 | ||