ANDROID: sched: Remove duplicate const specifier
authorNathan Chancellor <natechancellor@gmail.com>
Wed, 25 Apr 2018 18:30:54 +0000 (11:30 -0700)
committerNathan Chancellor <natechancellor@gmail.com>
Wed, 25 Apr 2018 18:37:40 +0000 (11:37 -0700)
commitc4193b3645809a152acbbdc40bcd4c848f4d1748
treead6f33899eb450a618aea76e66d3b90fd30c6c7f
parente9a2c5dd1ab957ec2d4fad4d64e2fe5bc09e8cc9
ANDROID: sched: Remove duplicate const specifier

Fixes the following warning while building with GCC 7.3.0:

../kernel/sched/sched.h:1127:34: warning: duplicate â€˜const’ declaration
specifier [-Wduplicate-decl-specifier]
  const struct sched_group_energy const *sge;
                                  ^~~~~

Change-Id: I779a2c042caa6e140cbcfe009070db57c9652970
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
kernel/sched/sched.h