[RFC PATCH] pci:host: altera_pcie_fixups() can be static

From: kbuild test robot
Date: Mon Oct 19 2015 - 05:31:14 EST



Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
pcie-altera.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pcie-altera.c b/drivers/pci/host/pcie-altera.c
index b5e7bc2..45f03e3 100644
--- a/drivers/pci/host/pcie-altera.c
+++ b/drivers/pci/host/pcie-altera.c
@@ -114,7 +114,7 @@ static void altera_pcie_fixup_res(struct pci_dev *dev)
}
}

-void altera_pcie_fixups(struct pci_bus *bus)
+static void altera_pcie_fixups(struct pci_bus *bus)
{
struct pci_dev *dev;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/