diff options
Diffstat (limited to 'fs/partitions/check.c')
-rw-r--r-- | fs/partitions/check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c index 619ba99dfe39..fbeaddf595d3 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c | |||
@@ -312,7 +312,7 @@ static struct attribute_group part_attr_group = { | |||
312 | .attrs = part_attrs, | 312 | .attrs = part_attrs, |
313 | }; | 313 | }; |
314 | 314 | ||
315 | static struct attribute_group *part_attr_groups[] = { | 315 | static const struct attribute_group *part_attr_groups[] = { |
316 | &part_attr_group, | 316 | &part_attr_group, |
317 | #ifdef CONFIG_BLK_DEV_IO_TRACE | 317 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
318 | &blk_trace_attr_group, | 318 | &blk_trace_attr_group, |