lkml.org 
[lkml]   [2016]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 18/41] clk: ti: Remove CLK_IS_ROOT
From
Date
On 03/01/2016 09:00 PM, Stephen Boyd wrote:
> This flag is a no-op now. Remove usage of the flag.
>
> Cc: Tero Kristo <t-kristo@ti.com>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Acked-by: Tero Kristo <t-kristo@ti.com>

> ---
> drivers/clk/ti/clk.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/ti/clk.c b/drivers/clk/ti/clk.c
> index b5bcd77e8d0f..5fcf247759ac 100644
> --- a/drivers/clk/ti/clk.c
> +++ b/drivers/clk/ti/clk.c
> @@ -305,8 +305,8 @@ struct clk __init *ti_clk_register_clk(struct ti_clk *setup)
> case TI_CLK_FIXED:
> fixed = setup->data;
>
> - clk = clk_register_fixed_rate(NULL, setup->name, NULL,
> - CLK_IS_ROOT, fixed->frequency);
> + clk = clk_register_fixed_rate(NULL, setup->name, NULL, 0,
> + fixed->frequency);
> break;
> case TI_CLK_MUX:
> clk = ti_clk_register_mux(setup);
>

\
 
 \ /
  Last update: 2016-03-02 17:21    [W:1.026 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site