diff mbox series

[2/3] ARM: OMAP2+: clock: Remove orphan declarations from arch/arm/mach-omap2/clock.h

Message ID 20220920130110.1104272-3-cuigaosheng1@huawei.com
State New
Headers show
Series Remove unused declarations from arm | expand

Commit Message

Gaosheng Cui Sept. 20, 2022, 1:01 p.m. UTC
clkops_omap2_dflt and clkops_omap2_dflt_wait have
been removed since commit f9ae32a74f02 ("ARM: OMAP2+: clock:
Cleanup !CONFIG_COMMON_CLK parts"), so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-omap2/clock.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index bbe4b32891bb..46c4e35e568f 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -65,9 +65,6 @@  extern struct ti_clk_ll_ops omap_clk_ll_ops;
 
 extern u16 cpu_mask;
 
-extern const struct clkops clkops_omap2_dflt_wait;
-extern const struct clkops clkops_omap2_dflt;
-
 extern struct clk_functions omap2_clk_functions;
 
 int __init omap2_clk_setup_ll_ops(void);