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 3cbfb55bde25..4a559bf0622f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -927,7 +927,6 @@ struct sched_group_power { | |||
927 | struct sched_group { | 927 | struct sched_group { |
928 | struct sched_group *next; /* Must be a circular list */ | 928 | struct sched_group *next; /* Must be a circular list */ |
929 | atomic_t ref; | 929 | atomic_t ref; |
930 | int balance_cpu; | ||
931 | 930 | ||
932 | unsigned int group_weight; | 931 | unsigned int group_weight; |
933 | struct sched_group_power *sgp; | 932 | struct sched_group_power *sgp; |