commit | aa1a7fc4a9203d4b53d41d0e60ac774d83c666fb | [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 10:52:57 2015 -0700 |
tree | c7eae54d4306a9dd2a651762a35bcdd5b725a1f1 | |
parent | e715e2b1a67be39c8026cb6d77563774f989ba90 [diff] |
clk: nomadik: 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. This driver also includes clkdev.h even though it isn't used, so drop it too and add slab.h to make sure everything still compiles. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>