Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1250503

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

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [RFC PATCH] pci:host: altera_pcie_fixups() can be static
Date 2015-10-19 11:40 +0200
Message-ID <qlf57-lZ-3@gated-at.bofh.it> (permalink)
References <qlf58-lZ-5@gated-at.bofh.it> <qlf58-lZ-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC PATCH] pci:host: altera_pcie_fixups() can be static kbuild test robot <lkp@intel.com> - 2015-10-19 11:40 +0200

csiph-web