提交 3c70637f 编写于 作者: J Jingoo Han 提交者: Bjorn Helgaas

PCI: rcar: Make rcar_pci static

Make rcar_pci static because it is used only in this file.
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Acked-by: NSimon Horman <horms+renesas@verge.net.au>
上级 f114040e
...@@ -389,7 +389,7 @@ static void rcar_pcie_add_bus(struct pci_bus *bus) ...@@ -389,7 +389,7 @@ static void rcar_pcie_add_bus(struct pci_bus *bus)
} }
} }
struct hw_pci rcar_pci = { static struct hw_pci rcar_pci = {
.setup = rcar_pcie_setup, .setup = rcar_pcie_setup,
.map_irq = of_irq_parse_and_map_pci, .map_irq = of_irq_parse_and_map_pci,
.ops = &rcar_pcie_ops, .ops = &rcar_pcie_ops,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册