soc/intel/skl: Constify `soc_get_cstate_map()`
commitd23981998c81438a2eed6a1c2ba2d4ae54b090f0
authorPatrick Georgi <pgeorgi@google.com>
Tue, 19 Oct 2021 18:59:35 +0000 (19 20:59 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 19 Oct 2021 20:47:46 +0000 (19 20:47 +0000)
tree4cdcf88f48daffe0855df505497b4827ce242feb
parente07f9ccc11af137ec3c95de2eef29e493be7bbac
soc/intel/skl: Constify `soc_get_cstate_map()`

This is a follow-up to commit e9f10ff38b which changed the base
signature and all other occurrences.

To make gcc11 happy (which is pickier about these things), let skylake
follow.

Change-Id: I42a629d865baa53640213a03e54e85623a386e35
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58458
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/intel/skylake/acpi.c