[SPARC64]: Export pcibios_resource_to_bus().
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 17 Apr 2006 20:34:44 +0000 (13:34 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 17 Apr 2006 20:34:44 +0000 (13:34 -0700)
SYM2 driver uses it.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/pci.c

index dfccff29e182c1b2c68876debad304b6bf52ed11..f97ddeb105ac492b6b66cc1b87642b88dd2afe2e 100644 (file)
@@ -419,6 +419,7 @@ void pcibios_resource_to_bus(struct pci_dev *pdev, struct pci_bus_region *region
        region->start = res->start - zero_res.start;
        region->end = res->end - zero_res.start;
 }
+EXPORT_SYMBOL(pcibios_resource_to_bus);
 
 void pcibios_bus_to_resource(struct pci_dev *pdev, struct resource *res,
                             struct pci_bus_region *region)