drivers: acpm_dvfs.c: Build with CONFIG_EXYNOS_DEBUG_FREQ nuked
This commit is contained in:
parent
08bb78126a
commit
5636363624
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
#ifdef CONFIG_EXYNOS_DEBUG_FREQ
|
||||
secdbg_freq_check(id, rate);
|
||||
#endif
|
||||
before = sched_clock();
|
||||
ret = acpm_ipc_send_data(ch, &config);
|
||||
after = sched_clock();
|
||||
|
|
Loading…
Reference in a new issue