summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/topology.c b/drivers/base/topology.c
index d6ec1c546f5b..d936fcf9f1fb 100644
--- a/drivers/base/topology.c
+++ b/drivers/base/topology.c
@@ -105,7 +105,7 @@ static struct attribute *default_attrs[] = {
105 NULL 105 NULL
106}; 106};
107 107
108static struct attribute_group topology_attr_group = { 108static const struct attribute_group topology_attr_group = {
109 .attrs = default_attrs, 109 .attrs = default_attrs,
110 .name = "topology" 110 .name = "topology"
111}; 111};