mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
clk: composite: Export clk_hw_register_composite()
Export clk_hw_register_composite() to support user built as module. ERROR: modpost: "clk_hw_register_composite" [drivers/clk/imx/mxc-clk.ko] undefined! Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -328,6 +328,7 @@ struct clk_hw *clk_hw_register_composite(struct device *dev, const char *name,
|
|||||||
rate_hw, rate_ops, gate_hw,
|
rate_hw, rate_ops, gate_hw,
|
||||||
gate_ops, flags);
|
gate_ops, flags);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(clk_hw_register_composite);
|
||||||
|
|
||||||
struct clk_hw *clk_hw_register_composite_pdata(struct device *dev,
|
struct clk_hw *clk_hw_register_composite_pdata(struct device *dev,
|
||||||
const char *name,
|
const char *name,
|
||||||
|
|||||||
Reference in New Issue
Block a user