diff options
Diffstat (limited to 'drivers/uwb/lc-dev.c')
-rw-r--r-- | drivers/uwb/lc-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/lc-dev.c b/drivers/uwb/lc-dev.c index e9fe1bb7eb23..1097e81b56d0 100644 --- a/drivers/uwb/lc-dev.c +++ b/drivers/uwb/lc-dev.c | |||
@@ -255,7 +255,7 @@ static struct attribute_group dev_attr_group = { | |||
255 | .attrs = dev_attrs, | 255 | .attrs = dev_attrs, |
256 | }; | 256 | }; |
257 | 257 | ||
258 | static struct attribute_group *groups[] = { | 258 | static const struct attribute_group *groups[] = { |
259 | &dev_attr_group, | 259 | &dev_attr_group, |
260 | NULL, | 260 | NULL, |
261 | }; | 261 | }; |