X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Famd%2Fmodel_gx2%2Fmodel_gx2_init.c;h=580b04c7bd7b95ffb9d813f9f5d24393eefcc73b;hb=2b34db8d1de2d63ffa829fe03db0ce2aaba40233;hp=c6ad683ff8606d4dfd285e1629a884a6b2dc7307;hpb=05c0869fac22cae8a35897310fef64ad94caed01;p=coreboot.git diff --git a/src/cpu/amd/model_gx2/model_gx2_init.c b/src/cpu/amd/model_gx2/model_gx2_init.c index c6ad683ff..580b04c7b 100644 --- a/src/cpu/amd/model_gx2/model_gx2_init.c +++ b/src/cpu/amd/model_gx2/model_gx2_init.c @@ -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, };