diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 96d674ba3876..53f97eb8dbc7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -930,7 +930,8 @@ struct pipe_inode_info; | |||
930 | struct uts_namespace; | 930 | struct uts_namespace; |
931 | 931 | ||
932 | struct load_weight { | 932 | struct load_weight { |
933 | unsigned long weight, inv_weight; | 933 | unsigned long weight; |
934 | u32 inv_weight; | ||
934 | }; | 935 | }; |
935 | 936 | ||
936 | struct sched_avg { | 937 | struct sched_avg { |