commit | 9dfefe8c766ee2abc724e1e275ab0b32431fcd25 | [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:26 2015 -0700 |
tree | f73bb391deabf9c8c37c1e5d95070c1030c390fa | |
parent | d5f728acd90e864251139ffc59294b336cf4b382 [diff] |
clk: sunxi: Include clk.h and remove unused clkdev.h includes This clock provider uses the consumer API, so include clk.h explicitly. Also remove clkdev.h in files that aren't using it and include slab.h when clkdev.h was being used to implicitly include it. Cc: Chen-Yu Tsai <wens@csie.org> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>