aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/host/pcie-spear13xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-spear13xx.c b/drivers/pci/host/pcie-spear13xx.c
index 63f869f953e1..60f43cd96854 100644
--- a/drivers/pci/host/pcie-spear13xx.c
+++ b/drivers/pci/host/pcie-spear13xx.c
@@ -269,8 +269,8 @@ static struct pcie_host_ops spear13xx_pcie_host_ops = {
269 .host_init = spear13xx_pcie_host_init, 269 .host_init = spear13xx_pcie_host_init,
270}; 270};
271 271
272static int spear13xx_add_pcie_port(struct pcie_port *pp, 272static int __init spear13xx_add_pcie_port(struct pcie_port *pp,
273 struct platform_device *pdev) 273 struct platform_device *pdev)
274{ 274{
275 struct device *dev = &pdev->dev; 275 struct device *dev = &pdev->dev;
276 int ret; 276 int ret;