lkml.org 
[lkml]   [2016]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 36/41] clk: s2mps11: Remove CLK_IS_ROOT
    Date
    This flag is a no-op now. Remove usage of the flag.

    Cc: Andi Shyti <andi.shyti@samsung.com>
    Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
    Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
    ---
    drivers/clk/clk-s2mps11.c | 3 ---
    1 file changed, 3 deletions(-)

    diff --git a/drivers/clk/clk-s2mps11.c b/drivers/clk/clk-s2mps11.c
    index 371150aabd15..f8c83977c7fa 100644
    --- a/drivers/clk/clk-s2mps11.c
    +++ b/drivers/clk/clk-s2mps11.c
    @@ -99,17 +99,14 @@ static struct clk_init_data s2mps11_clks_init[S2MPS11_CLKS_NUM] = {
    [S2MPS11_CLK_AP] = {
    .name = "s2mps11_ap",
    .ops = &s2mps11_clk_ops,
    - .flags = CLK_IS_ROOT,
    },
    [S2MPS11_CLK_CP] = {
    .name = "s2mps11_cp",
    .ops = &s2mps11_clk_ops,
    - .flags = CLK_IS_ROOT,
    },
    [S2MPS11_CLK_BT] = {
    .name = "s2mps11_bt",
    .ops = &s2mps11_clk_ops,
    - .flags = CLK_IS_ROOT,
    },
    };

    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    a Linux Foundation Collaborative Project
    \
     
     \ /
      Last update: 2016-03-01 20:41    [W:4.245 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site