aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/geode_lx/geode_lx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/geode_lx/geode_lx_init.c')
-rw-r--r--src/cpu/amd/geode_lx/geode_lx_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/geode_lx/geode_lx_init.c b/src/cpu/amd/geode_lx/geode_lx_init.c
index 8ff5848c74..8c0cef3310 100644
--- a/src/cpu/amd/geode_lx/geode_lx_init.c
+++ b/src/cpu/amd/geode_lx/geode_lx_init.c
@@ -58,7 +58,7 @@ static struct device_operations cpu_dev_ops = {
.init = geode_lx_init,
};
-static struct cpu_device_id cpu_table[] = {
+static const struct cpu_device_id cpu_table[] = {
{X86_VENDOR_AMD, 0x05A2},
{0, 0},
};