Skip to content

Commit 7c97169

Browse files
milesdotchenbebarino
authored andcommitted
clk: composite: export clk_register_composite
To support module build of mediatek clk drivers, it is necessary to export clk_register_composite. Cc: Stephen Boyd <[email protected]> Cc: Hanks Chen <[email protected]> Cc: Wendell Lin <[email protected]> Cc: Lee Jones <[email protected]> Signed-off-by: Miles Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 74e1652 commit 7c97169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-composite.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name,
362362
return ERR_CAST(hw);
363363
return hw->clk;
364364
}
365+
EXPORT_SYMBOL_GPL(clk_register_composite);
365366

366367
struct clk *clk_register_composite_pdata(struct device *dev, const char *name,
367368
const struct clk_parent_data *parent_data,

0 commit comments

Comments
 (0)