diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index aa582be8cafa..c9d65738bb7a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -482,7 +482,6 @@ struct signal_struct { | |||
482 | * from jiffies_to_ns(utime + stime) if sched_clock uses something | 482 | * from jiffies_to_ns(utime + stime) if sched_clock uses something |
483 | * other than jiffies.) | 483 | * other than jiffies.) |
484 | */ | 484 | */ |
485 | unsigned long sched_time; | ||
486 | unsigned long long sum_sched_runtime; | 485 | unsigned long long sum_sched_runtime; |
487 | 486 | ||
488 | /* | 487 | /* |