commit | 0cba7de7f6cdcf84c9b75d29041c475aedeb45c9 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 07 18:27:37 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 19 20:02:44 2013 -0700 |
tree | 4e298d389f79bf59e07487f3e1ff58f0f78f0d3f | |
parent | 3778a2129bcce84f684cc0017ed20d2524afd289 [diff] |
input: gameport: convert bus code to use dev_groups The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the gameport bus code to use the correct field. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: <linux-input@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>