commit | d99995a4f0f189731695efad4135daf04df53075 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 11 23:42:31 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Aug 12 00:02:39 2019 -0700 |
tree | e32e8367c177dfe77c90cf81e7204ac11047ec4b | |
parent | cf1b2a208d2e1b4c436a56672d09d12c34c06384 [diff] |
Input: axp20x-pek - convert driver to use dev_groups Drivers now have the option to have the driver core create and remove any needed sysfs attribute files. So take advantage of that and do not register "by hand" a sysfs group of attributes. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>