Re: [PATCH v3 10/10] clk: clock-wizard: Fix the compilation failure

2020-01-05 Thread Stephen Boyd
Quoting shubhrajyoti.da...@gmail.com (2019-11-27 22:36:17) > From: Shubhrajyoti Datta > > After 90b6c5c73 (clk: Remove CLK_IS_BASIC clk flag) > The CLK_IS_BASIC is deleted. Adapt the driver for the same. I don't see any CLK_IS_BASIC in the tree right now, so did it get reintroduced by this

[PATCH v3 10/10] clk: clock-wizard: Fix the compilation failure

2019-11-27 Thread shubhrajyoti . datta
From: Shubhrajyoti Datta After 90b6c5c73 (clk: Remove CLK_IS_BASIC clk flag) The CLK_IS_BASIC is deleted. Adapt the driver for the same. Signed-off-by: Shubhrajyoti Datta --- drivers/clk/clk-xlnx-clock-wizard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git