]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite387088a03a07583f248a237cb00c5c955a394c9
tree540ef71e5cddc5da2e1e2102399830df6baef1d8
parent3a5c111f5d5138f594d41596afbe2862644a73ae
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