summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t60/cstates.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t60/cstates.c')
-rw-r--r--src/mainboard/lenovo/t60/cstates.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t60/cstates.c b/src/mainboard/lenovo/t60/cstates.c
index 7a1e4d600166..cc3f566f2fd4 100644
--- a/src/mainboard/lenovo/t60/cstates.c
+++ b/src/mainboard/lenovo/t60/cstates.c
@@ -3,13 +3,13 @@
#include <acpi/acpigen.h>
#include <southbridge/intel/i82801gx/i82801gx.h>
-static acpi_cstate_t cst_entries[] = {
+static const acpi_cstate_t cst_entries[] = {
{ 1, 1, 1000, { 0x7f, 1, 2, 0, 1, 0 } },
{ 2, 1, 500, { 0x01, 8, 0, 0, DEFAULT_PMBASE + LV2, 0 } },
{ 3, 17, 250, { 0x01, 8, 0, 0, DEFAULT_PMBASE + LV3, 0 } },
};
-int get_cst_entries(acpi_cstate_t **entries)
+int get_cst_entries(const acpi_cstate_t **entries)
{
*entries = cst_entries;
return ARRAY_SIZE(cst_entries);