Skip to content

Commit

Permalink
PCI: tegra: Remove unused struct 'tegra_pcie_soc'
Browse files Browse the repository at this point in the history
'tegra_pcie_soc' has been unused since 56e15a2 ("PCI: tegra: Add
Tegra194 PCIe support").  Remove it.

Link: https://lore.kernel.org/r/20240527160118.37069-1-linux@treblig.org
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
  • Loading branch information
Dr. David Alan Gilbert authored and Bjorn Helgaas committed Jun 6, 2024
1 parent d19a86d commit 6a61183
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/pci/controller/dwc/pcie-tegra194.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,6 @@ static inline u32 appl_readl(struct tegra_pcie_dw *pcie, const u32 reg)
return readl_relaxed(pcie->appl_base + reg);
}

struct tegra_pcie_soc {
enum dw_pcie_device_mode mode;
};

static void tegra_pcie_icc_set(struct tegra_pcie_dw *pcie)
{
struct dw_pcie *pci = &pcie->pci;
Expand Down

0 comments on commit 6a61183

Please sign in to comment.