driver model: constify attribute groups
[firefly-linux-kernel-4.4.55.git] / drivers / uwb / lc-dev.c
index e9fe1bb7eb232ccda5f3a4a48581bc3a8b6ef752..1097e81b56d01029f9ec8aac68fdb262c9874ed9 100644 (file)
@@ -255,7 +255,7 @@ static struct attribute_group dev_attr_group = {
        .attrs = dev_attrs,
 };
 
-static struct attribute_group *groups[] = {
+static const struct attribute_group *groups[] = {
        &dev_attr_group,
        NULL,
 };