uio: uio_fsl_elbc_gpcm: convert platform driver to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2019 12:43:41 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 10:56:51 +0000 (12:56 +0200)
commit0682e005d1705a740a36860cc75199a411f46025
tree7736fea8f9c5fdb2ce3bdf18c41934fa818f3f23
parent97e2551de3f91add297c1dc4c9dc95297eaadf12
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>
drivers/uio/uio_fsl_elbc_gpcm.c