diff mbox series

[U-Boot,04/16] clk: export mux/divider ops

Message ID 20190723033031.12404-4-peng.fan@nxp.com
State Superseded
Delegated to: Lukasz Majewski
Headers show
Series [U-Boot,01/16] clk: introduce clk_dev_binded | expand

Commit Message

Peng Fan July 23, 2019, 3:15 a.m. UTC
Export mux/divider ops for composite usage

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 include/linux/clk-provider.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 7e44045c16..6c6475ea91 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -96,6 +96,7 @@  struct clk_divider {
 #define CLK_DIVIDER_ROUND_CLOSEST	BIT(4)
 #define CLK_DIVIDER_READ_ONLY		BIT(5)
 #define CLK_DIVIDER_MAX_AT_ZERO		BIT(6)
+extern const struct clk_ops clk_divider_ops;
 
 struct clk_fixed_factor {
 	struct clk	clk;