You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
clk: fixed-factor: Remove export symbol on setup function
This function is marked __init, so it can't possibly need to be exported to modules. Remove the marking. Cc: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
@@ -196,7 +196,6 @@ void __init of_fixed_factor_clk_setup(struct device_node *node)
|
|||||||
{
|
{
|
||||||
_of_fixed_factor_clk_setup(node);
|
_of_fixed_factor_clk_setup(node);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(of_fixed_factor_clk_setup);
|
|
||||||
CLK_OF_DECLARE(fixed_factor_clk, "fixed-factor-clock",
|
CLK_OF_DECLARE(fixed_factor_clk, "fixed-factor-clock",
|
||||||
of_fixed_factor_clk_setup);
|
of_fixed_factor_clk_setup);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user