mirror of https://gitee.com/openkylin/linux.git
cciss: cciss_host_attr_groups should be const
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
9cef0d2f4f
commit
9f792d9f58
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue