|
@@ -690,7 +690,7 @@ static struct attribute *lm3533_als_event_attributes[] = {
|
|
NULL
|
|
NULL
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group lm3533_als_event_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group lm3533_als_event_attribute_group = {
|
|
.attrs = lm3533_als_event_attributes
|
|
.attrs = lm3533_als_event_attributes
|
|
};
|
|
};
|
|
|
|
|
|
@@ -714,7 +714,7 @@ static struct attribute *lm3533_als_attributes[] = {
|
|
NULL
|
|
NULL
|
|
};
|
|
};
|
|
|
|
|
|
-static struct attribute_group lm3533_als_attribute_group = {
|
|
|
|
|
|
+static const struct attribute_group lm3533_als_attribute_group = {
|
|
.attrs = lm3533_als_attributes
|
|
.attrs = lm3533_als_attributes
|
|
};
|
|
};
|
|
|
|
|