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

Acked-by: David S. Miller <davem@davemloft.net>
Cc: <linux-ide@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ide/ide-sysfs.c
drivers/ide/ide.c
include/linux/ide.h