diff options
author | Ray Jui <rjui@broadcom.com> | 2015-09-15 20:39:16 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-09-25 19:09:24 -0400 |
commit | 98aac697a83db6e1d004e5d61cf6c976a0b1c35a (patch) | |
tree | 439db2aaa8dda9a4ce76b3f95f1ccaa434d5bcae | |
parent | 5d92f41c48c5e3c6fa5be87e3d6fca57e2fbb127 (diff) |
PCI: iproc: Remove unused struct iproc_pcie.irqs[]
Remove unused struct iproc_pcie member irqs[] and unused #define
IPROC_PCIE_MAX_NUM_IRQS.
Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/host/pcie-iproc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/host/pcie-iproc.h b/drivers/pci/host/pcie-iproc.h index 4880b091c487..ecaad574135a 100644 --- a/drivers/pci/host/pcie-iproc.h +++ b/drivers/pci/host/pcie-iproc.h | |||
@@ -14,8 +14,6 @@ | |||
14 | #ifndef _PCIE_IPROC_H | 14 | #ifndef _PCIE_IPROC_H |
15 | #define _PCIE_IPROC_H | 15 | #define _PCIE_IPROC_H |
16 | 16 | ||
17 | #define IPROC_PCIE_MAX_NUM_IRQS 6 | ||
18 | |||
19 | /** | 17 | /** |
20 | * iProc PCIe device | 18 | * iProc PCIe device |
21 | * @dev: pointer to device data structure | 19 | * @dev: pointer to device data structure |
@@ -34,7 +32,6 @@ struct iproc_pcie { | |||
34 | #endif | 32 | #endif |
35 | struct pci_bus *root_bus; | 33 | struct pci_bus *root_bus; |
36 | struct phy *phy; | 34 | struct phy *phy; |
37 | int irqs[IPROC_PCIE_MAX_NUM_IRQS]; | ||
38 | int (*map_irq)(const struct pci_dev *, u8, u8); | 35 | int (*map_irq)(const struct pci_dev *, u8, u8); |
39 | }; | 36 | }; |
40 | 37 | ||