Skip to content

Commit

Permalink
PCI: tegra: Remove unused struct tegra_pcie.num_ports field
Browse files Browse the repository at this point in the history
The num_ports field of the tegra_pcie structure is never used so remove it.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
thierryreding authored and bjorn-helgaas committed Mar 8, 2016
1 parent b4d18d7 commit 8493a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/host/pci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8493a95

Please sign in to comment.