diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 70c560f5ada0..8604884cee87 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1180,9 +1180,6 @@ struct sched_entity { | |||
1180 | u64 vruntime; | 1180 | u64 vruntime; |
1181 | u64 prev_sum_exec_runtime; | 1181 | u64 prev_sum_exec_runtime; |
1182 | 1182 | ||
1183 | u64 last_wakeup; | ||
1184 | u64 avg_overlap; | ||
1185 | |||
1186 | u64 nr_migrations; | 1183 | u64 nr_migrations; |
1187 | 1184 | ||
1188 | #ifdef CONFIG_SCHEDSTATS | 1185 | #ifdef CONFIG_SCHEDSTATS |