File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ static const struct sysfs_ops hub_sysfs_ops = {
203
203
.show = hub_type_show ,
204
204
};
205
205
206
- static struct kobj_type hub_attr_type = {
206
+ static const struct kobj_type hub_attr_type = {
207
207
.release = hub_release ,
208
208
.sysfs_ops = & hub_sysfs_ops ,
209
209
.default_groups = uv_hub_groups ,
@@ -356,7 +356,7 @@ static const struct sysfs_ops uv_port_sysfs_ops = {
356
356
.show = uv_port_type_show ,
357
357
};
358
358
359
- static struct kobj_type uv_port_attr_type = {
359
+ static const struct kobj_type uv_port_attr_type = {
360
360
.release = uv_port_release ,
361
361
.sysfs_ops = & uv_port_sysfs_ops ,
362
362
.default_groups = uv_port_groups ,
@@ -528,7 +528,7 @@ static const struct sysfs_ops uv_pci_top_sysfs_ops = {
528
528
.show = pci_top_type_show ,
529
529
};
530
530
531
- static struct kobj_type uv_pci_top_attr_type = {
531
+ static const struct kobj_type uv_pci_top_attr_type = {
532
532
.release = uv_pci_top_release ,
533
533
.sysfs_ops = & uv_pci_top_sysfs_ops ,
534
534
};
You can’t perform that action at this time.
0 commit comments