]> git.baikalelectronics.ru Git - kernel.git/commit
clk: nomadik: Remove clk.h and clkdev.h includes
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000 (15:00 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 20 Jul 2015 17:52:57 +0000 (10:52 -0700)
commitbd365e6f1c2e2500605ced1ddff5b712a3d2280e
treec7eae54d4306a9dd2a651762a35bcdd5b725a1f1
parent435d1d9e592df87229b2827487e7167f2a19b0a0
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>
drivers/clk/clk-nomadik.c