Revert "drivers: acpm_dvfs.c: Build with CONFIG_EXYNOS_DEBUG_FREQ nuked"

This reverts commit 5636363624.
This commit is contained in:
Ksawlii 2024-12-14 15:00:17 +01:00
parent 5636363624
commit 68c95ff549

View file

@ -37,10 +37,7 @@ 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;
#ifdef CONFIG_EXYNOS_DEBUG_FREQ
secdbg_freq_check(id, rate);
#endif
before = sched_clock();
ret = acpm_ipc_send_data(ch, &config);
after = sched_clock();