perf: Constify static struct attribute_group
[linux-2.6-microblaze.git] / drivers / perf / arm-cci.c
index 87c4be9..a75cf77 100644 (file)
@@ -1376,7 +1376,7 @@ static struct attribute *pmu_attrs[] = {
        NULL,
 };
 
-static struct attribute_group pmu_attr_group = {
+static const struct attribute_group pmu_attr_group = {
        .attrs = pmu_attrs,
 };