commit | 0682e005d1705a740a36860cc75199a411f46025 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 31 14:43:41 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 02 12:56:51 2019 +0200 |
tree | 7736fea8f9c5fdb2ce3bdf18c41934fa818f3f23 | |
parent | 97e2551de3f91add297c1dc4c9dc95297eaadf12 [diff] |
uio: uio_fsl_elbc_gpcm: convert platform driver to use dev_groups Platform drivers now have the option to have the platform 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. Link: https://lore.kernel.org/r/20190731124349.4474-3-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>