]> git.baikalelectronics.ru Git - kernel.git/commit
clk: u300: Remove clk.h include
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:53:04 +0000 (10:53 -0700)
commit6c19c574906772dbe64d9762e6e9242088d599b9
tree172c513367469b688a035c81211c0c697f5c0a34
parent7ec95934c2b5fa5e80778da2ca57352b906d6971
clk: u300: Remove clk.h include

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. Also add in slab.h because without clkdev.h
compilation of this file would fail.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-u300.c