Loading drivers/clk/qcom/dispcc-lahaina.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #include <linux/clk.h> Loading Loading @@ -805,7 +805,6 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = { .hw = &disp_cc_mdss_byte0_clk_src.clkr.hw, }, .num_parents = 1, .flags = CLK_SET_RATE_PARENT, .ops = &clk_regmap_div_ops, }, }; Loading @@ -820,7 +819,6 @@ static struct clk_regmap_div disp_cc_mdss_byte1_div_clk_src = { .hw = &disp_cc_mdss_byte1_clk_src.clkr.hw, }, .num_parents = 1, .flags = CLK_SET_RATE_PARENT, .ops = &clk_regmap_div_ops, }, }; Loading Loading
drivers/clk/qcom/dispcc-lahaina.c +1 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #include <linux/clk.h> Loading Loading @@ -805,7 +805,6 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = { .hw = &disp_cc_mdss_byte0_clk_src.clkr.hw, }, .num_parents = 1, .flags = CLK_SET_RATE_PARENT, .ops = &clk_regmap_div_ops, }, }; Loading @@ -820,7 +819,6 @@ static struct clk_regmap_div disp_cc_mdss_byte1_div_clk_src = { .hw = &disp_cc_mdss_byte1_clk_src.clkr.hw, }, .num_parents = 1, .flags = CLK_SET_RATE_PARENT, .ops = &clk_regmap_div_ops, }, }; Loading