diff options
author | Pali Rohár <pali@kernel.org> | 2023-08-24 21:01:42 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-25 15:14:48 +0200 |
commit | e8c81fc72232c4a82257745bd5ebf5b79929a613 (patch) | |
tree | 0f40ac4c51dd5ef7f3aa67074e8cfc5157d64938 /drivers/pci | |
parent | PCI: Remove unused function declarations (diff) | |
download | linux-e8c81fc72232c4a82257745bd5ebf5b79929a613.tar.xz linux-e8c81fc72232c4a82257745bd5ebf5b79929a613.zip |
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>
Diffstat (limited to 'drivers/pci')
-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; }; |