bcm53xx: update PCIe driver
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-4.1 / 140-PCI-iproc-Fix-code-comment-to-match-code.patch
1 From 5d92f41c48c5e3c6fa5be87e3d6fca57e2fbb127 Mon Sep 17 00:00:00 2001
2 From: Ray Jui <rjui@broadcom.com>
3 Date: Tue, 15 Sep 2015 17:39:15 -0700
4 Subject: [PATCH 140/147] PCI: iproc: Fix code comment to match code
5
6 Fix code comment in pcie-iproc.h so it matches the code.
7
8 Signed-off-by: Ray Jui <rjui@broadcom.com>
9 Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
10 ---
11 drivers/pci/host/pcie-iproc.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/drivers/pci/host/pcie-iproc.h
15 +++ b/drivers/pci/host/pcie-iproc.h
16 @@ -20,11 +20,11 @@
17 * iProc PCIe device
18 * @dev: pointer to device data structure
19 * @base: PCIe host controller I/O register base
20 - * @resources: linked list of all PCI resources
21 * @sysdata: Per PCI controller data (ARM-specific)
22 * @root_bus: pointer to root bus
23 * @phy: optional PHY device that controls the Serdes
24 * @irqs: interrupt IDs
25 + * @map_irq: function callback to map interrupts
26 */
27 struct iproc_pcie {
28 struct device *dev;