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)
commitaa1a7fc4a9203d4b53d41d0e60ac774d83c666fb
treec7eae54d4306a9dd2a651762a35bcdd5b725a1f1
parente715e2b1a67be39c8026cb6d77563774f989ba90
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
This page took 0.025481 seconds and 5 git commands to generate.