|
@@ -637,12 +637,12 @@ static struct attribute *tune_attrs[] = {
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group tune_group = {
|
|
|
|
|
|
+static const struct attribute_group tune_group = {
|
|
.name = "tune",
|
|
.name = "tune",
|
|
.attrs = tune_attrs,
|
|
.attrs = tune_attrs,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group lock_module_group = {
|
|
|
|
|
|
+static const struct attribute_group lock_module_group = {
|
|
.name = "lock_module",
|
|
.name = "lock_module",
|
|
.attrs = lock_module_attrs,
|
|
.attrs = lock_module_attrs,
|
|
};
|
|
};
|