commit | dd63ac389e985ab031e7f99e9c372872af23d74c | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Thu Apr 05 13:17:31 2012 -0700 |
committer | Matt Wagantall <mattw@codeaurora.org> | Tue Apr 10 17:01:17 2012 -0700 |
tree | c78eebcebe582c049a8a66a339f1513a3f90417c | |
parent | cc04ed89060e2a09bba9f912e9aa1bf0c82aff93 [diff] |
msm: clock-voter: Remove 'rate' field from struct clk_voter Struct clk has a rate field now. Remove the clk_voter-specific field and use the generic one instead. This also allows voter_clk_get_rate() to be removed completely since the default implementation does the same thing. Change-Id: Ibf4042e7f1ae63784839ff34419fc0af341011d2 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>