Skip to content

Commit

Permalink
PCI: rcar: Make rcar_pci static
Browse files Browse the repository at this point in the history
Make rcar_pci static because it is used only in this file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Jingoo Han authored and Bjorn Helgaas committed Oct 23, 2014
1 parent f114040 commit 3c70637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pcie-rcar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c70637

Please sign in to comment.