]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
PCI: iproc: Fix code comment to match code
authorRay Jui <rjui@broadcom.com>
Wed, 16 Sep 2015 00:39:15 +0000 (17:39 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 25 Sep 2015 23:08:36 +0000 (18:08 -0500)
Fix code comment in pcie-iproc.h so it matches the code.

Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-iproc.h

index c9e4c10a462e80897eafec3fbbf3ba119c2307e3..4880b091c487d13fa41370641174ade63fb53b73 100644 (file)
  * iProc PCIe device
  * @dev: pointer to device data structure
  * @base: PCIe host controller I/O register base
- * @resources: linked list of all PCI resources
  * @sysdata: Per PCI controller data (ARM-specific)
  * @root_bus: pointer to root bus
  * @phy: optional PHY device that controls the Serdes
  * @irqs: interrupt IDs
+ * @map_irq: function callback to map interrupts
  */
 struct iproc_pcie {
        struct device *dev;