aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index befca3f9364a..3c38a5040e8f 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -895,9 +895,6 @@ struct load_weight {
895 */ 895 */
896struct sched_entity { 896struct sched_entity {
897 long wait_runtime; 897 long wait_runtime;
898 unsigned long delta_fair_run;
899 unsigned long delta_fair_sleep;
900 unsigned long delta_exec;
901 s64 fair_key; 898 s64 fair_key;
902 struct load_weight load; /* for load-balancing */ 899 struct load_weight load; /* for load-balancing */
903 struct rb_node run_node; 900 struct rb_node run_node;