Skip to content

Commit

Permalink
clk: fixed-rate: Export clk_fixed_rate_register()
Browse files Browse the repository at this point in the history
Export this symbol so that modules can register fixed rate
clocks.

Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
  • Loading branch information
bebarino authored and Mike Turquette committed Aug 16, 2013
1 parent 18f5863 commit 389ae05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/clk-fixed-rate.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,

return clk;
}
EXPORT_SYMBOL_GPL(clk_register_fixed_rate);

#ifdef CONFIG_OF
/**
Expand Down

0 comments on commit 389ae05

Please sign in to comment.