Skip to content

Commit

Permalink
lpm-levels: Fix compilation without WALT
Browse files Browse the repository at this point in the history
Change-Id: Idb57a963924eb290daf900bdb9aca7036bbecffb
Signed-off-by: Alexander Winkowski <[email protected]>
  • Loading branch information
dereference23 authored and ghazzor committed Oct 8, 2024
1 parent c1877a0 commit 971b889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/cpuidle/lpm-levels.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ static bool check_cpu_isolated(int cpu)
{
return false;
}

static inline uint64_t sched_lpm_disallowed_time(int cpu)
{
return 0;
}
#endif

#ifdef CONFIG_MSM_PM
Expand Down

0 comments on commit 971b889

Please sign in to comment.