mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
FROMLIST: clk: Export clk_register_composite
clk_register_composite() will be used in mediatek's clock kernel module, so export it to GPL modules. Bug: 154743265 Link: https://lore.kernel.org/lkml/1595493126-21611-1-git-send-email-wendell.lin@mediatek.com/ Change-Id: I658a5073b9d6b33ff898f87133c5fbeb693ac6f9 Signed-off-by: Wendell Lin <wendell.lin@mediatek.com> Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> (cherry picked from commit a254a08c1327bfd8c35b7d1d904d015ca3ab674f)
This commit is contained in:
parent
8de87f4d1c
commit
6adbbe3093
|
|
@ -360,6 +360,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name,
|
|||
return ERR_CAST(hw);
|
||||
return hw->clk;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(clk_register_composite);
|
||||
|
||||
struct clk *clk_register_composite_pdata(struct device *dev, const char *name,
|
||||
const struct clk_parent_data *parent_data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user