File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,6 @@ static struct attribute *slave_dev_attrs[] = {
129
129
NULL ,
130
130
};
131
131
132
- /*
133
- * we don't use ATTRIBUTES_GROUP here since we want to add a subdirectory
134
- * for device-level properties
135
- */
136
132
static const struct attribute_group sdw_slave_dev_attr_group = {
137
133
.attrs = slave_dev_attrs ,
138
134
.name = "dev-properties" ,
@@ -204,10 +200,6 @@ static bool dp0_group_visible(struct kobject *kobj)
204
200
}
205
201
DEFINE_SYSFS_GROUP_VISIBLE (dp0 );
206
202
207
- /*
208
- * we don't use ATTRIBUTES_GROUP here since we want to add a subdirectory
209
- * for dp0-level properties
210
- */
211
203
static const struct attribute_group dp0_group = {
212
204
.attrs = dp0_attrs ,
213
205
.is_visible = SYSFS_GROUP_VISIBLE (dp0 ),
You can’t perform that action at this time.
0 commit comments