Due to clk resource data will be allocated dynamically by
searching parent count of clk in power domain node, so remove
the unused marco MAX_SUBSYS_CLKS for static allocation.
Signed-off-by: Chun-Jie Chen <redacted>
---
drivers/soc/mediatek/mtk-pm-domains.h | 2 --
1 file changed, 2 deletions(-)
From: Enric Balletbo i Serra <hidden> Date: 2021-06-25 08:57:47
Hi Chun-Jie Chen,
Thank you for your patch.
On 16/6/21 2:06, Chun-Jie Chen wrote:
Due to clk resource data will be allocated dynamically by
searching parent count of clk in power domain node, so remove
the unused marco MAX_SUBSYS_CLKS for static allocation.
Signed-off-by: Chun-Jie Chen <redacted>