diff options
| -rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 04036ef8ea5a..4d879b792258 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
| @@ -656,7 +656,7 @@ static struct attribute_group cciss_host_attr_group = { | |||
| 656 | .attrs = cciss_host_attrs, | 656 | .attrs = cciss_host_attrs, |
| 657 | }; | 657 | }; |
| 658 | 658 | ||
| 659 | static struct attribute_group *cciss_host_attr_groups[] = { | 659 | static const struct attribute_group *cciss_host_attr_groups[] = { |
| 660 | &cciss_host_attr_group, | 660 | &cciss_host_attr_group, |
| 661 | NULL | 661 | NULL |
| 662 | }; | 662 | }; |
