diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:29 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:29 -0500 |
commit | da71957c8b8bab6e6c8b2f1c97846066f6a03f1b (patch) | |
tree | ace9af7f0cdae4c7b05645814a1c6daf6aa48edf /drivers/pci | |
parent | b893f8ea38c530c2c8a337c3429f9f37e6bf65e8 (diff) | |
parent | c3d95aa93fd8549588097b0701b3835920fd8533 (diff) | |
download | lwn-da71957c8b8bab6e6c8b2f1c97846066f6a03f1b.tar.gz lwn-da71957c8b8bab6e6c8b2f1c97846066f6a03f1b.zip |
Merge branch 'pci/controller/cadence'
- Drop excess cdns_pcie_rc.dev kerneldoc description (Bjorn Helgaas)
* pci/controller/cadence:
PCI: cadence: Drop excess cdns_pcie_rc.dev kerneldoc description
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/controller/cadence/pcie-cadence.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/cadence/pcie-cadence.h b/drivers/pci/controller/cadence/pcie-cadence.h index 7a66a2f815dc..9e6f602ac79f 100644 --- a/drivers/pci/controller/cadence/pcie-cadence.h +++ b/drivers/pci/controller/cadence/pcie-cadence.h @@ -314,7 +314,6 @@ struct cdns_pcie { /** * struct cdns_pcie_rc - private data for this PCIe Root Complex driver * @pcie: Cadence PCIe controller - * @dev: pointer to PCIe device * @cfg_res: start/end offsets in the physical system memory to map PCI * configuration space accesses * @cfg_base: IO mapped window to access the PCI configuration space of a |