commit | 524f3ac1542c294a9337e4b82c6a22a9e7362290 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 05 21:36:31 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 09 07:55:44 2019 +0200 |
tree | d7f587ce41504cf4733f42f0bd11fc607701b6ed | |
parent | 3e2cb866b2b1497a2246c8d222cd672694ac9f15 [diff] |
USB: chipidea: 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" any sysfs files. Cc: Peter Chen <Peter.Chen@nxp.com> Link: https://lore.kernel.org/r/20190805193636.25560-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>