projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114040
)
PCI: rcar: Make rcar_pci static
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 23 Oct 2014 02:11:47 +0000
(11:11 +0900)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 23 Oct 2014 16:07:58 +0000
(10:07 -0600)
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>
drivers/pci/host/pcie-rcar.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pcie-rcar.c
b/drivers/pci/host/pcie-rcar.c
index 61158e03ab5f8437e2f28d9564a2f70b5cd78961..0df9b2941221ff3c8d80e6e2efeb2dbdee239dca 100644
(file)
--- 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 = {
+st
atic st
ruct hw_pci rcar_pci = {
.setup = rcar_pcie_setup,
.map_irq = of_irq_parse_and_map_pci,
.ops = &rcar_pcie_ops,