diff options
author | Chun-Jie Chen <[email protected]> | 2022-01-30 09:21:02 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2022-02-28 12:02:03 +0100 |
commit | dcbf6831a53aa5936b31f86d28444e2b1c82ae90 (patch) | |
tree | bebbd03c9b719724b15edb07046e49a01ce067da | |
parent | ac0ca395543af061f7ad77afcda0afb323d82468 (diff) |
soc: mediatek: pm-domains: Remove unused macro
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 <[email protected]>
Reviewed-by: Enric Balletbo i Serra <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | drivers/soc/mediatek/mtk-pm-domains.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/mediatek/mtk-pm-domains.h b/drivers/soc/mediatek/mtk-pm-domains.h index c5ac649ae51b..089a31679806 100644 --- a/drivers/soc/mediatek/mtk-pm-domains.h +++ b/drivers/soc/mediatek/mtk-pm-domains.h @@ -72,8 +72,6 @@ struct scpsys_bus_prot_data { bool ignore_clr_ack; }; -#define MAX_SUBSYS_CLKS 10 - /** * struct scpsys_domain_data - scp domain data for power on/off flow * @name: The name of the power domain. |