From: Jacob Keller Date: Wed, 31 Jul 2013 06:53:16 +0000 (+0000) Subject: PCI: expose pcie_link_speed and pcix_bus_speed arrays X-Git-Tag: v3.12-rc1~132^2~416^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343e51ae6e3f64ed26d96f5560f4962529794c9f;p=pandora-kernel.git PCI: expose pcie_link_speed and pcix_bus_speed arrays pcie_link_speed and pcix_bus_speed are arrays used by probe.c to correctly convert lnksta register values into the pci_bus_speed enum. These static arrays are useful outside probe for this purpose. This patch makes these defines into conist arrays and exposes them with an extern header in drivers/pci/pci.h -v2- * move extern declarations to drivers/pci/pci.h CC: Bjorn Helgaas Signed-off-by: Jacob Keller Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed