]> git.karo-electronics.de Git - karo-tx-linux.git/commit
input: gameport: convert bus code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Oct 2013 01:27:37 +0000 (18:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Oct 2013 03:02:44 +0000 (20:02 -0700)
commit0cba7de7f6cdcf84c9b75d29041c475aedeb45c9
tree4e298d389f79bf59e07487f3e1ff58f0f78f0d3f
parent3778a2129bcce84f684cc0017ed20d2524afd289
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>
drivers/input/gameport/gameport.c