analog changes for the cpu_driver structures...
[coreboot.git] / src / cpu / intel / model_6xx / model_6xx_init.c
index 3a017b74b3c84297fb9943736ba6ed26fd4050cc..b62576c55e6dd9d8b18baeff4b895b402b35c210 100644 (file)
@@ -57,7 +57,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,
 };