|
@@ -604,7 +604,7 @@ static struct attribute *hdmi_attrs[] = {
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group hdmi_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group hdmi_attribute_group = {
|
|
.name = "hdmi",
|
|
.name = "hdmi",
|
|
.attrs = hdmi_attrs,
|
|
.attrs = hdmi_attrs,
|
|
};
|
|
};
|
|
@@ -660,7 +660,7 @@ static struct attribute *amplifier_attrs[] = {
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group amplifier_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group amplifier_attribute_group = {
|
|
.name = "amplifier",
|
|
.name = "amplifier",
|
|
.attrs = amplifier_attrs,
|
|
.attrs = amplifier_attrs,
|
|
};
|
|
};
|
|
@@ -741,7 +741,7 @@ static struct attribute *deepsleep_attrs[] = {
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group deepsleep_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group deepsleep_attribute_group = {
|
|
.name = "deepsleep",
|
|
.name = "deepsleep",
|
|
.attrs = deepsleep_attrs,
|
|
.attrs = deepsleep_attrs,
|
|
};
|
|
};
|