Re: [PATCH v4 3/8] clk: k210: Move soc_clk_dump function

2023-11-01 Thread Sean Anderson
On 10/17/23 12:56, Igor Prusov wrote: Move clock dump function to avoid forward declaration after switching to dump in clk_ops. Signed-off-by: Igor Prusov --- drivers/clk/clk_k210.c | 92 +- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git

[PATCH v4 3/8] clk: k210: Move soc_clk_dump function

2023-10-17 Thread Igor Prusov
Move clock dump function to avoid forward declaration after switching to dump in clk_ops. Signed-off-by: Igor Prusov --- drivers/clk/clk_k210.c | 92 +- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/drivers/clk/clk_k210.c b/drivers/clk/cl