analog changes for the cpu_driver structures...
[coreboot.git] / src / cpu / amd / model_gx2 / model_gx2_init.c
index c6ad683ff8606d4dfd285e1629a884a6b2dc7307..580b04c7bd7b95ffb9d813f9f5d24393eefcc73b 100644 (file)
@@ -41,7 +41,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,
 };