diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-06-23 17:32:17 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-06-23 17:32:17 -0500 |
| commit | 01b5f1d052b6ea2ca1637d4484c31079b73008c0 (patch) | |
| tree | f7c3d1a452488cdafb2392a96931bdeef5fff351 /drivers | |
| parent | 878ec1809949f8d1526ac426854cc3a9e1b6ce1f (diff) | |
| parent | 6ba90ce2069ae923b0ec787aebdf2d786e5d2a58 (diff) | |
| download | ath-01b5f1d052b6ea2ca1637d4484c31079b73008c0.tar.gz | |
Merge branch 'pci/controller/rcar-host'
- Remove unused LIST_HEAD(res) (Lad Prabhakar)
* pci/controller/rcar-host:
PCI: rcar-host: Remove unused LIST_HEAD(res)
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci/controller/pcie-rcar-host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controller/pcie-rcar-host.c index 213028052aa58..cd9171eebc289 100644 --- a/drivers/pci/controller/pcie-rcar-host.c +++ b/drivers/pci/controller/pcie-rcar-host.c @@ -346,7 +346,6 @@ static void rcar_pcie_hw_enable(struct rcar_pcie_host *host) struct rcar_pcie *pcie = &host->pcie; struct pci_host_bridge *bridge = pci_host_bridge_from_priv(host); struct resource_entry *win; - LIST_HEAD(res); int i = 0; /* Try setting 5 GT/s link speed */ |
