aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_ocf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/char/sclp_ocf.c')
-rw-r--r--drivers/s390/char/sclp_ocf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_ocf.c b/drivers/s390/char/sclp_ocf.c
index f59b71776bbd..f9cbb1ab047b 100644
--- a/drivers/s390/char/sclp_ocf.c
+++ b/drivers/s390/char/sclp_ocf.c
@@ -126,7 +126,7 @@ static struct attribute *ocf_attrs[] = {
NULL,
};
-static struct attribute_group ocf_attr_group = {
+static const struct attribute_group ocf_attr_group = {
.attrs = ocf_attrs,
};