mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
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>
This commit is contained in:
parent
ea91512ded
commit
e8c81fc722
@ -87,7 +87,6 @@ struct mvebu_pcie {
|
||||
struct resource io;
|
||||
struct resource realio;
|
||||
struct resource mem;
|
||||
struct resource busn;
|
||||
int nports;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user