Re: [PATCH] PCI: sysfs: remove pci_bridge_groups and pcie_dev_groups

2019-10-16 Thread Ben Dooks
On 16/10/2019 07:28, Christoph Hellwig wrote: On Tue, Oct 15, 2019 at 03:00:59PM +0100, Ben Dooks wrote: The pci_bridge_groups and pcie_dev_groups objects are not exported and not used at-all, so remove them to fix the following warnings from sparse: drivers/pci/pci-sysfs.c:1546:30: warning: sy

Re: [PATCH] PCI: sysfs: remove pci_bridge_groups and pcie_dev_groups

2019-10-16 Thread Ben Dooks
On 16/10/2019 07:28, Christoph Hellwig wrote: On Tue, Oct 15, 2019 at 03:00:59PM +0100, Ben Dooks wrote: The pci_bridge_groups and pcie_dev_groups objects are not exported and not used at-all, so remove them to fix the following warnings from sparse: drivers/pci/pci-sysfs.c:1546:30: warning: sy

Re: [PATCH] PCI: sysfs: remove pci_bridge_groups and pcie_dev_groups

2019-10-15 Thread Christoph Hellwig
On Tue, Oct 15, 2019 at 03:00:59PM +0100, Ben Dooks wrote: > The pci_bridge_groups and pcie_dev_groups objects are > not exported and not used at-all, so remove them to > fix the following warnings from sparse: > > drivers/pci/pci-sysfs.c:1546:30: warning: symbol 'pci_bridge_groups' was not > dec

Re: [PATCH] PCI: sysfs: remove pci_bridge_groups and pcie_dev_groups

2019-10-15 Thread Bjorn Helgaas
On Tue, Oct 15, 2019 at 03:00:59PM +0100, Ben Dooks wrote: > The pci_bridge_groups and pcie_dev_groups objects are > not exported and not used at-all, so remove them to > fix the following warnings from sparse: > > drivers/pci/pci-sysfs.c:1546:30: warning: symbol 'pci_bridge_groups' was not > dec