[SCSI] st: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:29 +0000 (15:05 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 21 Aug 2013 17:10:50 +0000 (10:10 -0700)
commitc69c6be5a825382da93803e48850a42c4e4c16e1
treee70e1f5cb077c3ca42ddca064e88424d0c19ed7e
parente1ea2351fba3b96b20107b4483b133137f653717
[SCSI] st: convert class code to use dev_groups

The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the scsi tape class code to use
the correct field.

Cc: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/st.c