PCI: Convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:17 +0000 (15:05 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 25 Jul 2013 18:18:42 +0000 (12:18 -0600)
commit56039e658cc902fe6e3d1276bb78f7e69768cd35
treea4097d5984d70462a46c34fdc1f2a988001ef0c3
parent24336a61e699c33154001eb4d65d3a1bb01a1b3a
PCI: 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 PCI class code to use the
correct field.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-sysfs.c
drivers/pci/pci.h
drivers/pci/probe.c