diff options
-rw-r--r-- | arch/arm64/kernel/cpuinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c index 68b1f364c515..f495ee5049fd 100644 --- a/arch/arm64/kernel/cpuinfo.c +++ b/arch/arm64/kernel/cpuinfo.c | |||
@@ -227,7 +227,7 @@ static struct attribute *cpuregs_id_attrs[] = { | |||
227 | NULL | 227 | NULL |
228 | }; | 228 | }; |
229 | 229 | ||
230 | static struct attribute_group cpuregs_attr_group = { | 230 | static const struct attribute_group cpuregs_attr_group = { |
231 | .attrs = cpuregs_id_attrs, | 231 | .attrs = cpuregs_id_attrs, |
232 | .name = "identification" | 232 | .name = "identification" |
233 | }; | 233 | }; |