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/[email protected] Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Ilpo Järvinen <[email protected]> Cc: Thomas Petazzoni <[email protected]>
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)