diff options
author | Pali Rohár <[email protected]> | 2023-08-24 14:01:42 -0500 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-08-25 08:14:48 -0500 |
commit | e8c81fc72232c4a82257745bd5ebf5b79929a613 (patch) | |
tree | 0f40ac4c51dd5ef7f3aa67074e8cfc5157d64938 | |
parent | ea91512ded9963d8ca98eab67d7d182a989813d9 (diff) |
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]>
-rw-r--r-- | drivers/pci/controller/pci-mvebu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/pci-mvebu.c b/drivers/pci/controller/pci-mvebu.c index c931b1b07b1d..60810a1fbfb7 100644 --- a/drivers/pci/controller/pci-mvebu.c +++ b/drivers/pci/controller/pci-mvebu.c @@ -87,7 +87,6 @@ struct mvebu_pcie { struct resource io; struct resource realio; struct resource mem; - struct resource busn; int nports; }; |