cpufreq: mediatek-hw: Remove unused define

DYNAMIC_POWER does not seem to be used anywhere in the tree, remove it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Konrad Dybcio 2023-08-10 20:12:03 +02:00 committed by Viresh Kumar
parent 0aea7a2f88
commit 216710a492

View file

@ -313,8 +313,6 @@ out:
return ret;
}
#define DYNAMIC_POWER "dynamic-power-coefficient"
static int mtk_cpufreq_opp_notifier(struct notifier_block *nb,
unsigned long event, void *data)
{