|
@@ -1308,7 +1308,7 @@ static struct attribute *port_sysfs_entries[] = {
|
|
NULL
|
|
NULL
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group port_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group port_attribute_group = {
|
|
.name = NULL, /* put in device directory */
|
|
.name = NULL, /* put in device directory */
|
|
.attrs = port_sysfs_entries,
|
|
.attrs = port_sysfs_entries,
|
|
};
|
|
};
|