analog changes for the cpu_driver structures...
[coreboot.git] / src / cpu / intel / model_69x / model_69x_init.c
index 9ea49a9c55728d040b4925a13c912471b07f9836..4c2e82652650c5bd9baf23b93a071b5809c0de20 100644 (file)
@@ -42,7 +42,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,
 };