analog changes for the cpu_driver structures...
[coreboot.git] / src / cpu / amd / model_gx1 / model_gx1_init.c
index b5179565dbc7456a6ab05837f8ff3fe019b34c72..e3c9034beea90d73765917bd8a9cc3e066e8a3b3 100644 (file)
@@ -95,7 +95,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,
 };