diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-01-23 00:40:20 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-27 20:58:54 +0100 |
commit | e387088a03a07583f248a237cb00c5c955a394c9 (patch) | |
tree | 540ef71e5cddc5da2e1e2102399830df6baef1d8 /drivers/clk/ti/clk-7xx.c | |
parent | clk: ux500: Drop use of clk-private.h (diff) | |
download | linux-e387088a03a07583f248a237cb00c5c955a394c9.tar.xz linux-e387088a03a07583f248a237cb00c5c955a394c9.zip |
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>
Diffstat (limited to 'drivers/clk/ti/clk-7xx.c')
-rw-r--r-- | drivers/clk/ti/clk-7xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clk-7xx.c b/drivers/clk/ti/clk-7xx.c index 62ac8f6e480c..ee32f4deebf4 100644 --- a/drivers/clk/ti/clk-7xx.c +++ b/drivers/clk/ti/clk-7xx.c @@ -12,7 +12,7 @@ #include <linux/kernel.h> #include <linux/list.h> -#include <linux/clk-private.h> +#include <linux/clk.h> #include <linux/clkdev.h> #include <linux/clk/ti.h> |