diff options
| -rw-r--r-- | drivers/pci/host/pci-imx6.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index e080ae326ba6..ccaeed88597a 100644 --- a/drivers/pci/host/pci-imx6.c +++ b/drivers/pci/host/pci-imx6.c | |||
| @@ -483,12 +483,6 @@ static int __init imx6_add_pcie_port(struct pcie_port *pp, | |||
| 483 | { | 483 | { |
| 484 | int ret; | 484 | int ret; |
| 485 | 485 | ||
| 486 | pp->irq = platform_get_irq(pdev, 0); | ||
| 487 | if (!pp->irq) { | ||
| 488 | dev_err(&pdev->dev, "failed to get irq\n"); | ||
| 489 | return -ENODEV; | ||
| 490 | } | ||
| 491 | |||
| 492 | pp->root_bus_nr = -1; | 486 | pp->root_bus_nr = -1; |
| 493 | pp->ops = &imx6_pcie_host_ops; | 487 | pp->ops = &imx6_pcie_host_ops; |
| 494 | 488 | ||
