commit | 61ae76563ec3b506235d5dd69c6fdacea321254d | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Jun 22 17:13:49 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 20 11:11:42 2015 -0700 |
tree | 48bc111606a3a5898d518209f7065f4f68332483 | |
parent | 6acc63b5023cbd03d2e04e24cc8d979a69a8ab27 [diff] |
clk: Remove clk.h from clk-provider.h Remove clk.h from clk-provider.h so that we can clearly split clk providers from clk consumers. This will allow us to quickly detect when clock providers are using the consumer APIs by looking at the includes. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>