commit | 9f792d9f58496161b1b201e2ca440a6b6e116c39 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Sep 18 22:24:21 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 01 21:15:45 2009 +0200 |
tree | 438aea4831218dd618fd38c2af0e0b0e4f1f4300 | |
parent | 9cef0d2f4f68a5a2c6ea0495f958a074d21fbd07 [diff] |
cciss: cciss_host_attr_groups should be const Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 04036ef..4d879b7 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c
@@ -656,7 +656,7 @@ .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 };