projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cef0d2
)
cciss: cciss_host_attr_groups should be const
author
Jens Axboe
<jens.axboe@oracle.com>
Fri, 18 Sep 2009 20:24:21 +0000
(22:24 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 1 Oct 2009 19:15:45 +0000
(21:15 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/cciss.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/cciss.c
b/drivers/block/cciss.c
index 04036ef8ea5a206b2c850be6855ebfff65016e43..4d879b7922586f0798cb9283b495658a347ebf2b 100644
(file)
--- a/
drivers/block/cciss.c
+++ b/
drivers/block/cciss.c
@@
-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
};