[SPARC64]: Export pcibios_resource_to_bus().
SYM2 driver uses it. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c19f7a9e1a
commit
5fdfd42e3a
1 changed files with 1 additions and 0 deletions
|
@ -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->start = res->start - zero_res.start;
|
||||||
region->end = res->end - 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,
|
void pcibios_bus_to_resource(struct pci_dev *pdev, struct resource *res,
|
||||||
struct pci_bus_region *region)
|
struct pci_bus_region *region)
|
||||||
|
|
Loading…
Add table
Reference in a new issue