]> 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)
commit648054489f9edc469adcf22e70ab66092769b5b2
tree172c513367469b688a035c81211c0c697f5c0a34
parent70db3a9892eca192cda6618d71ed952815259687
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