Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8493a952 authored by Thierry Reding's avatar Thierry Reding Committed by Bjorn Helgaas
Browse files

PCI: tegra: Remove unused struct tegra_pcie.num_ports field



The num_ports field of the tegra_pcie structure is never used so remove it.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent b4d18d71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -295,7 +295,6 @@ struct tegra_pcie {
	struct tegra_msi msi;

	struct list_head ports;
	unsigned int num_ports;
	u32 xbar_config;

	struct regulator_bulk_data *supplies;