aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/ep80579
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/ep80579')
-rw-r--r--src/cpu/intel/ep80579/ep80579_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/ep80579/ep80579_init.c b/src/cpu/intel/ep80579/ep80579_init.c
index 9416089df2..2f47158efb 100644
--- a/src/cpu/intel/ep80579/ep80579_init.c
+++ b/src/cpu/intel/ep80579/ep80579_init.c
@@ -60,7 +60,7 @@ static struct cpu_device_id cpu_table[] = {
{ 0, 0 },
};
-static struct cpu_driver driver __cpu_driver = {
+static const struct cpu_driver driver __cpu_driver = {
.ops = &cpu_dev_ops,
.id_table = cpu_table,
};