Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f792d9f authored by Jens Axboe's avatar Jens Axboe
Browse files

cciss: cciss_host_attr_groups should be const

parent 9cef0d2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};