Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf4f13c authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Merge branch 'for-4.14/constify-attribute_group' into for-linus

- struct attribute_group constification from Arvind Yadav
parents b11918bd 1d710da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2926,7 +2926,7 @@ static struct attribute *sysfs_attrs[] = {
	NULL
};

static struct attribute_group ps_attribute_group = {
static const struct attribute_group ps_attribute_group = {
	.attrs = sysfs_attrs
};

+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static struct attribute *sysfs_attrs[] = {
	NULL
};

static struct attribute_group mt_attribute_group = {
static const struct attribute_group mt_attribute_group = {
	.attrs = sysfs_attrs
};

+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ static struct attribute *sysfs_attrs[] = {
	NULL
};

static struct attribute_group ntrig_attribute_group = {
static const struct attribute_group ntrig_attribute_group = {
	.attrs = sysfs_attrs
};

+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ static struct attribute *enable_sensor_attrs[] = {
	NULL,
};

static struct attribute_group enable_sensor_attr_group = {
static const struct attribute_group enable_sensor_attr_group = {
	.attrs = enable_sensor_attrs,
};