Skip to content
Snippets Groups Projects
Commit 5fdfd42e authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Export pcibios_resource_to_bus().


SYM2 driver uses it.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c19f7a9e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment