PCI: endpoint: Remove unused field in struct pci_epf_group
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 5 Apr 2024 18:16:59 +0000 (20:16 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 28 May 2024 16:13:48 +0000 (11:13 -0500)
commit328e4dffbeecc0f2cc5a149dee6c11a0577c9671
tree9e83aed0b2dd025b413df269bf8eb2bb21b4fb4f
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
PCI: endpoint: Remove unused field in struct pci_epf_group

In "struct pci_epf_group", the 'type_group' field is unused.

This was added, but already unused, by commit 70b3740f2c19 ("PCI: endpoint:
Automatically create a function specific attributes group").

Thus, remove it.

Found with cppcheck, unusedStructMember.

[kwilczynski: commit log]
Link: https://lore.kernel.org/linux-pci/6507d44b6c60a19af35a605e2d58050be8872ab6.1712341008.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Krzysztof WilczyƄski <kwilczynski@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/endpoint/pci-ep-cfs.c