driver model: constify attribute groups
[linux-block.git] / drivers / s390 / net / netiucv.c
index 9215fbbccc0816ca83ab5901c95247c48bd93909..a4b2c576144bee8000be14bf42781b1d7bc0e512 100644 (file)
@@ -2159,7 +2159,7 @@ static struct attribute_group netiucv_drv_attr_group = {
        .attrs = netiucv_drv_attrs,
 };
 
-static struct attribute_group *netiucv_drv_attr_groups[] = {
+static const struct attribute_group *netiucv_drv_attr_groups[] = {
        &netiucv_drv_attr_group,
        NULL,
 };