aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2014-10-23 11:11:47 +0900
committerBjorn Helgaas <[email protected]>2014-10-23 10:07:58 -0600
commit3c70637f7569de3ebf05e2961c05e05ed80e22df (patch)
tree7cacee8df0c214c48f8c2193ead9a208b089d247
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
PCI: rcar: Make rcar_pci static
Make rcar_pci static because it is used only in this file. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Simon Horman <[email protected]>
-rw-r--r--drivers/pci/host/pcie-rcar.c2
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)
}
}
-struct hw_pci rcar_pci = {
+static struct hw_pci rcar_pci = {
.setup = rcar_pcie_setup,
.map_irq = of_irq_parse_and_map_pci,
.ops = &rcar_pcie_ops,