File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2866,7 +2866,6 @@ static struct attribute *cpuhp_cpu_attrs[] = {
2866
2866
static const struct attribute_group cpuhp_cpu_attr_group = {
2867
2867
.attrs = cpuhp_cpu_attrs ,
2868
2868
.name = "hotplug" ,
2869
- NULL
2870
2869
};
2871
2870
2872
2871
static ssize_t states_show (struct device * dev ,
@@ -2898,7 +2897,6 @@ static struct attribute *cpuhp_cpu_root_attrs[] = {
2898
2897
static const struct attribute_group cpuhp_cpu_root_attr_group = {
2899
2898
.attrs = cpuhp_cpu_root_attrs ,
2900
2899
.name = "hotplug" ,
2901
- NULL
2902
2900
};
2903
2901
2904
2902
#ifdef CONFIG_HOTPLUG_SMT
@@ -3020,7 +3018,6 @@ static struct attribute *cpuhp_smt_attrs[] = {
3020
3018
static const struct attribute_group cpuhp_smt_attr_group = {
3021
3019
.attrs = cpuhp_smt_attrs ,
3022
3020
.name = "smt" ,
3023
- NULL
3024
3021
};
3025
3022
3026
3023
static int __init cpu_smt_sysfs_init (void )
You can’t perform that action at this time.
0 commit comments