This website requires JavaScript.
13 changed files with
13 additions and
13 deletions
@ -625,7 +625,7 @@ static struct cpu_device_id cpu_table[] = {
{ 0 , 0 } ,
} ;
static struct cpu_driver model_fxx __cpu_driver = {
static const struct cpu_driver model_fxx __cpu_driver = {
. ops = & cpu_dev_ops ,
. id_table = cpu_table ,
} ;
@ -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 ,
} ;
@ -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 ,
} ;
@ -68,7 +68,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 ,
} ;
@ -42,7 +42,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 ,
} ;
@ -42,7 +42,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 ,
} ;
@ -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 ,
} ;
@ -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 ,
} ;
@ -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 ,
} ;
@ -59,7 +59,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 ,
} ;
@ -52,7 +52,7 @@ static struct cpu_device_id cpu_table[] = {
{ 0 , 0 } ,
} ;
static struct cpu_driver model_f3x __cpu_driver = {
static const struct cpu_driver model_f3x __cpu_driver = {
. ops = & cpu_dev_ops ,
. id_table = cpu_table ,
} ;
@ -52,7 +52,7 @@ static struct cpu_device_id cpu_table[] = {
{ 0 , 0 } ,
} ;
static struct cpu_driver model_f4x __cpu_driver = {
static const struct cpu_driver model_f4x __cpu_driver = {
. ops = & cpu_dev_ops ,
. id_table = cpu_table ,
} ;
@ -51,7 +51,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 ,
} ;