drivers: acpm_dvfs.c: Build with CONFIG_EXYNOS_DEBUG_FREQ nuked

This commit is contained in:
Ksawlii 2024-12-14 14:47:26 +01:00
parent 08bb78126a
commit 5636363624

View file

@ -37,7 +37,10 @@ int exynos_acpm_set_rate(unsigned int id, unsigned long rate, bool fast_switch)
ch = fast_switch ? acpm_dvfs.fast_ch_num : acpm_dvfs.ch_num; ch = fast_switch ? acpm_dvfs.fast_ch_num : acpm_dvfs.ch_num;
#ifdef CONFIG_EXYNOS_DEBUG_FREQ
secdbg_freq_check(id, rate); secdbg_freq_check(id, rate);
#endif
before = sched_clock(); before = sched_clock();
ret = acpm_ipc_send_data(ch, &config); ret = acpm_ipc_send_data(ch, &config);
after = sched_clock(); after = sched_clock();