diff options
-rw-r--r-- | drivers/pci/host/pcie-rcar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c index 61158e03ab5f..0df9b2941221 100644 --- a/drivers/pci/host/pcie-rcar.c +++ b/drivers/pci/host/pcie-rcar.c | |||
@@ -389,7 +389,7 @@ static void rcar_pcie_add_bus(struct pci_bus *bus) | |||
389 | } | 389 | } |
390 | } | 390 | } |
391 | 391 | ||
392 | struct hw_pci rcar_pci = { | 392 | static struct hw_pci rcar_pci = { |
393 | .setup = rcar_pcie_setup, | 393 | .setup = rcar_pcie_setup, |
394 | .map_irq = of_irq_parse_and_map_pci, | 394 | .map_irq = of_irq_parse_and_map_pci, |
395 | .ops = &rcar_pcie_ops, | 395 | .ops = &rcar_pcie_ops, |