Skip to content

Commit

Permalink
cciss: cciss_host_attr_groups should be const
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Oct 1, 2009
1 parent 9cef0d2 commit 9f792d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static struct attribute_group cciss_host_attr_group = {
.attrs = cciss_host_attrs,
};

static struct attribute_group *cciss_host_attr_groups[] = {
static const struct attribute_group *cciss_host_attr_groups[] = {
&cciss_host_attr_group,
NULL
};
Expand Down

0 comments on commit 9f792d9

Please sign in to comment.