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@xxxxxxxxxx> --- arch/arm/mach-omap2/clock.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.25.1