Re: [PATCH v4 4/8] clk: amlogic: Move driver and ops structs

2023-10-18 Thread Neil Armstrong
On 17/10/2023 18:56, Igor Prusov wrote: Move driver and ops structs to avoid forward declaration after switching to dump in clk_ops. Signed-off-by: Igor Prusov --- drivers/clk/meson/a1.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/

[PATCH v4 4/8] clk: amlogic: Move driver and ops structs

2023-10-17 Thread Igor Prusov
Move driver and ops structs to avoid forward declaration after switching to dump in clk_ops. Signed-off-by: Igor Prusov --- drivers/clk/meson/a1.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/clk/meson/a1.c b/drivers/clk/meson/a