2d175fe33807ff70 parent 498879417756effe6dc385ee04645a83d724fdef author Benjamin Herrenschmidt 1134457756 +1100 committer Greg Kroah-Hartman 1136837599 -0800 [PATCH] PCI: Export pci_cfg_space_size The powerpc PCI code sets up the PCI tree without doing config space accesses in most cases, from the firmware tree. However, it still wants to call pci_cfg_space_size() under some conditions, thus it needs to be made non-static (though I don't see a point to export it to modules). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman Æ