提交 9f792d9f 编写于 作者: J Jens Axboe

cciss: cciss_host_attr_groups should be const

Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 9cef0d2f
......@@ -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
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册