commit | 6d31e3b22e131f5aa5c9d6407ea46fec2134f986 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Jun 19 15:00:46 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 20 11:11:20 2015 -0700 |
tree | 93d121bcdd43ccf2602127871d5b60d6b3c895e2 | |
parent | a162ca912cf792073b0b2450377fd1cd5d5c6cb5 [diff] |
clk: versatile: Remove clk.h and clkdev.h includes Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also remove clkdev.h in files that aren't using it and replace them with slab.h in files that were relying on the implicit include of slab.h in clkdev.h. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>