analog changes for the cpu_driver structures...
[coreboot.git] / src / cpu / intel / model_f0x / model_f0x_init.c
index 474d025799f4a69a993f0f61865a032a994a1a13..c4d1ef085ee23f1b042538583f360db8f7397952 100644 (file)
@@ -48,7 +48,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,
 };