|
@@ -1433,7 +1433,7 @@ static umode_t asus_hwmon_sysfs_is_visible(struct kobject *kobj,
|
|
|
return ok ? attr->mode : 0;
|
|
|
}
|
|
|
|
|
|
-static struct attribute_group hwmon_attribute_group = {
|
|
|
+static const struct attribute_group hwmon_attribute_group = {
|
|
|
.is_visible = asus_hwmon_sysfs_is_visible,
|
|
|
.attrs = hwmon_attributes
|
|
|
};
|
|
@@ -1821,7 +1821,7 @@ static umode_t asus_sysfs_is_visible(struct kobject *kobj,
|
|
|
return ok ? attr->mode : 0;
|
|
|
}
|
|
|
|
|
|
-static struct attribute_group platform_attribute_group = {
|
|
|
+static const struct attribute_group platform_attribute_group = {
|
|
|
.is_visible = asus_sysfs_is_visible,
|
|
|
.attrs = platform_attributes
|
|
|
};
|