]> 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)
commit924388a0267e2f4d823dcd635a90a61cad534777
treec7eae54d4306a9dd2a651762a35bcdd5b725a1f1
parent8e0f95347ee94f8ca8d2ae9a5445a3fe9c094167
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