]> err.no Git - linux-2.6/blobdiff - drivers/pci/probe.c
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c
[linux-2.6] / drivers / pci / probe.c
index 3c9834d8085014b054b3329c95cf76c5f9b3d365..adfad4fd6a13d66297546c917c8833f65b13a256 100644 (file)
@@ -717,7 +717,7 @@ static void pci_release_dev(struct device *dev)
  * reading the dword at 0x100 which must either be 0 or a valid extended
  * capability header.
  */
-static int pci_cfg_space_size(struct pci_dev *dev)
+int pci_cfg_space_size(struct pci_dev *dev)
 {
        int pos;
        u32 status;