Skip to content

Commit

Permalink
cpuidle: lpm-levels: fix treewide lpm_disallowed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
itsshashanksp committed Mar 3, 2024
1 parent bc5a3cd commit d6c21d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/sched/stat.h
Original file line number Diff line number Diff line change
@@ -48,11 +48,6 @@ static inline u64 sched_lpm_disallowed_time(int cpu)
}
#endif

static inline u64 sched_lpm_disallowed_time(int cpu)
{
return 0;
}

static inline int sched_info_on(void)
{
#ifdef CONFIG_SCHEDSTATS

0 comments on commit d6c21d5

Please sign in to comment.