]> git.baikalelectronics.ru Git - kernel.git/commit
memstick: convert bus code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Oct 2013 01:27:41 +0000 (18:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 01:40:58 +0000 (18:40 -0700)
commite2ba3bfc519d76363740baae3a54838e7ff18c71
treeb8dfdd52e99faf0bc4cc729744f13da2ea0a1e89
parent4d1bd52ffc5095f602cf289dbe72fcaca165efdd
memstick: 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 memstick bus code to use the
correct field.

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memstick/core/memstick.c