]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: return unsigned int in dummy non-OF of_clk_get_parent_count()
authorRafał Miłecki <rafal@milecki.pl>
Fri, 26 Aug 2016 12:58:07 +0000 (14:58 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 26 Aug 2016 19:27:28 +0000 (12:27 -0700)
commitd42c047245ae09ebc2f506c5d1730ce3113278ac
tree65d9c1d516edb701fa849883d71042fd67ab8652
parent5e23c593057520db45b089644863989d4b21e31f
clk: return unsigned int in dummy non-OF of_clk_get_parent_count()

In the commit 929e7f3bc7b82 ("clk: Make of_clk_get_parent_count() return
unsigned ints") of_clk_get_parent_count has been modified to return
unsigned int. There is also a dummy implementation of the same function
for configs without CONFIG_OF. For the consistency it should be updated
as well.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
include/linux/clk-provider.h