commit | c88dc5554a3a59553e98e89d6d10be7c976179cb | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 14:24:32 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 15:49:42 2013 -0700 |
tree | 3dd1911fe2d69910f3a3c90955d1ceff84081f1f | |
parent | 367601fcedefd084f44ee476c92e20b38238c645 [diff] |
SCSI: fcoe: convert bus code to use bus_groups The bus_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the fcoe bus code to use the correct field. Cc: Robert Love <robert.w.love@intel.com> Cc: "James E.J. Bottomley" <JBottomley@parallels.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>