Skip to content

Commit e8c81fc

Browse files
palibjorn-helgaas
authored andcommitted
PCI: mvebu: Remove unused busn member
The busn member of struct mvebu_pcie is unused, so drop it. Link: https://lore.kernel.org/r/20220905192310.22786-5-pali@kernel.org Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1 parent ea91512 commit e8c81fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/controller/pci-mvebu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ struct mvebu_pcie {
8787
struct resource io;
8888
struct resource realio;
8989
struct resource mem;
90-
struct resource busn;
9190
int nports;
9291
};
9392

0 commit comments

Comments
 (0)