[PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops
Geert Uytterhoeven <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <dd9c25f164c46a80b4dd70c12af3196fcb398cc5.1786718502.git.geert+renesas@glider.be> |
This is already provided by <linux/clk-provider.h>. Signed-off-by: Geert Uytterhoeven <[email protected]> --- Compile-tested. --- drivers/clk/actions/owl-composite.h | 1 - drivers/clk/actions/owl-fixed-factor.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/drivers/clk/actions/owl-composite.h b/drivers/clk/actions/owl-composite.h index 6d7c6f0c47c8b701..ca055599b2fceb8b 100644 --- a/drivers/clk/actions/owl-composite.h +++ b/drivers/clk/actions/owl-composite.h @@ -119,6 +119,5 @@ extern const struct clk_ops owl_comp_div_ops; extern const struct clk_ops owl_comp_fact_ops; extern const struct clk_ops owl_comp_fix_fact_ops; extern const struct clk_ops owl_comp_pass_ops; -extern const struct clk_ops clk_fixed_factor_ops; #endif /* _OWL_COMPOSITE_H_ */ diff --git a/drivers/clk/actions/owl-fixed-factor.h b/drivers/clk/actions/owl-fixed-factor.h index 3dfd7fd7d292a456..bbac5afadd670da4 100644 --- a/drivers/clk/actions/owl-fixed-factor.h +++ b/drivers/clk/actions/owl-fixed-factor.h @@ -23,6 +23,4 @@ _flags), \ } -extern const struct clk_ops clk_fixed_factor_ops; - #endif /* _OWL_FIXED_FACTOR_H_ */ -- 2.43.0