sched: Remove avg_wakeup
[safe/jmp/linux-2.6] / include / linux / sched.h
index 13efe7d..70c560f 100644 (file)
@@ -1185,9 +1185,6 @@ struct sched_entity {
 
        u64                     nr_migrations;
 
-       u64                     start_runtime;
-       u64                     avg_wakeup;
-
 #ifdef CONFIG_SCHEDSTATS
        struct sched_statistics statistics;
 #endif