diff options
author | Jiri Kosina <jkosina@suse.cz> | 2017-09-05 12:08:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-09-05 12:08:13 +0300 |
commit | aaf4f13c456f5fb513d907ede137e8ba77d6adfb (patch) | |
tree | 70e421730e99263d7e83904f7112a47bbc2667a3 /drivers/hid/hid-logitech-hidpp.c | |
parent | b11918bdbe79bd002d00a9f1d78958167ccfad99 (diff) | |
parent | 1d710da2ee7b4c3d89efa16807ad0d9856107a17 (diff) | |
download | linux-aaf4f13c456f5fb513d907ede137e8ba77d6adfb.tar.xz |
Merge branch 'for-4.14/constify-attribute_group' into for-linus
- struct attribute_group constification from Arvind Yadav
Diffstat (limited to 'drivers/hid/hid-logitech-hidpp.c')
-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[] = { NULL }; -static struct attribute_group ps_attribute_group = { +static const struct attribute_group ps_attribute_group = { .attrs = sysfs_attrs }; |