diff options
Diffstat (limited to 'drivers/base/topology.c')
-rw-r--r-- | drivers/base/topology.c | 2 |
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 | ||
108 | static struct attribute_group topology_attr_group = { | 108 | static const struct attribute_group topology_attr_group = { |
109 | .attrs = default_attrs, | 109 | .attrs = default_attrs, |
110 | .name = "topology" | 110 | .name = "topology" |
111 | }; | 111 | }; |