]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ti: Drop use of clk-private.h
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 22 Jan 2015 23:40:20 +0000 (15:40 -0800)
committerMichael Turquette <mturquette@linaro.org>
Tue, 27 Jan 2015 19:58:54 +0000 (11:58 -0800)
commitc457efdbcfce4d80e4f1fabd1d17380591cbe582
tree540ef71e5cddc5da2e1e2102399830df6baef1d8
parent0b3a076d653a6a9cd7c9949269e23217b29576e5
clk: ti: Drop use of clk-private.h

These modules don't need to include clk-private.h. Replace the
include with clk.h because these modules are clock consumers and
also include clk-provider.h in clk/ti.h because struct
clk_hw_omap has a struct clk_hw embedded in it.

Cc: Tero Kristo <t-kristo@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/ti/clk-44xx.c
drivers/clk/ti/clk-54xx.c
drivers/clk/ti/clk-7xx.c
include/linux/clk/ti.h