diff options
| -rw-r--r-- | drivers/pci/controller/pcie-iproc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/pci/controller/pcie-iproc.c b/drivers/pci/controller/pcie-iproc.c index 3160e9342a2f..c20fd6bd68fd 100644 --- a/drivers/pci/controller/pcie-iproc.c +++ b/drivers/pci/controller/pcie-iproc.c | |||
| @@ -630,14 +630,6 @@ static void __iomem *iproc_pcie_map_cfg_bus(struct iproc_pcie *pcie, | |||
| 630 | return (pcie->base + offset); | 630 | return (pcie->base + offset); |
| 631 | } | 631 | } |
| 632 | 632 | ||
| 633 | /* | ||
| 634 | * PAXC is connected to an internally emulated EP within the SoC. It | ||
| 635 | * allows only one device. | ||
| 636 | */ | ||
| 637 | if (pcie->ep_is_internal) | ||
| 638 | if (slot > 0) | ||
| 639 | return NULL; | ||
| 640 | |||
| 641 | return iproc_pcie_map_ep_cfg_reg(pcie, busno, slot, fn, where); | 633 | return iproc_pcie_map_ep_cfg_reg(pcie, busno, slot, fn, where); |
| 642 | } | 634 | } |
| 643 | 635 | ||
