Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3527ed81 authored by Yinghai Lu's avatar Yinghai Lu Committed by Bjorn Helgaas
Browse files

PCI: remove secondary/subordinate in struct pci_bus



The pci_bus secondary/subordinate members are now unused, so remove them.

Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent b918c62e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -427,8 +427,6 @@ struct pci_bus {

	unsigned char	number;		/* bus number */
	unsigned char	primary;	/* number of primary bridge */
	unsigned char	secondary;	/* number of secondary bridge */
	unsigned char	subordinate;	/* max number of subordinate buses */
	unsigned char	max_bus_speed;	/* enum pci_bus_speed */
	unsigned char	cur_bus_speed;	/* enum pci_bus_speed */