Files
kernel_google_wahoo/kernel
Greg Hackmann b7973f33f9 sched: fix duplicate sched_group_energy const specifiers
EAS uses "const struct sched_group_energy * const" fairly consistently.
But a couple of places swap the "*" and second "const", making the
pointer mutable.

In the case of struct sched_group, "* const" would have been an error,
since init_sched_energy() writes to sd->groups->sge.

Change-Id: Ic6a8fcf99e65c0f25d9cc55c32625ef3ca5c9aca
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2017-04-03 09:46:32 -07:00
..
2015-06-30 19:44:57 -07:00
2015-11-04 08:23:51 -05:00
2015-04-12 21:03:31 +02:00
2015-11-23 09:44:58 +01:00
2017-02-14 16:12:56 -08:00
2016-09-24 10:59:58 -07:00
2015-11-05 19:34:48 -08:00