diff options
| -rw-r--r-- | drivers/hid/hid-logitech-hidpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 501e16a9227d..614054af904a 100644 --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c | |||
| @@ -2926,7 +2926,7 @@ static struct attribute *sysfs_attrs[] = { | |||
| 2926 | NULL | 2926 | NULL |
| 2927 | }; | 2927 | }; |
| 2928 | 2928 | ||
| 2929 | static struct attribute_group ps_attribute_group = { | 2929 | static const struct attribute_group ps_attribute_group = { |
| 2930 | .attrs = sysfs_attrs | 2930 | .attrs = sysfs_attrs |
| 2931 | }; | 2931 | }; |
| 2932 | 2932 | ||
