commit | acb8d02db7ad33d6913127dfbe8d1a3597d4a79c | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Tue Feb 14 15:28:23 2012 -0800 |
committer | Matt Wagantall <mattw@codeaurora.org> | Fri Apr 06 18:15:42 2012 -0700 |
tree | 2ca4a86446fd7bd9ef573f133b5a576d86129576 | |
parent | b37fea4fc54f82ee9f04d5f709c5e5c7e29e3a38 [diff] |
msm: clock-local: Make .is_local assignments optional Rather than forcing the assignment of the is_local clock op for all clock types, consider clocks with a NULL is_local function pointer as local by default. This allows for the removal of local_clk_is_local() and dummy_clk_is_local(), which always returned true. Change-Id: Ib5f275acf3dec5c2a0e57243d32dd357b936d26b Signed-off-by: Matt Wagantall <mattw@codeaurora.org>