clk: ti: add support for basic mux clock
[firefly-linux-kernel-4.4.55.git] / include / linux / clk / ti.h
index a3f89a60de0795a3782aaf881cab615a347244af..6e205b1400717709882f1e6e52a65b38716c9785 100644 (file)
@@ -224,6 +224,7 @@ struct ti_clk_ll_ops {
 extern struct ti_clk_ll_ops *ti_clk_ll_ops;
 
 extern const struct clk_ops ti_clk_divider_ops;
+extern const struct clk_ops ti_clk_mux_ops;
 
 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw)