commit | 20f8e0f655c7819962d119ac1700cd2d922ceb8c | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Wed Sep 26 17:28:54 2012 -0700 |
committer | Matt Wagantall <mattw@codeaurora.org> | Thu Oct 11 14:46:10 2012 -0700 |
tree | 32647567623c3fa1368b0b51f3093d1a1553d14b | |
parent | 6d63a271a12b1fd5ddee7a9ecee408e14c115569 [diff] |
msm: clock: Setup sibling lists in msm_clock_register() msm_clock_register() should initialize each clocks' list of children, as is already done in msm_clock_init(). This allows the clock-voter.c code to work with clocks registered through the msm_clock_register() API. Since no clocks are registered through that API yet, this change should have no immediate functional effect. Change-Id: I257999da82615e99da2cf76fdda48f43e975107e Signed-off-by: Matt Wagantall <mattw@codeaurora.org>