Commit 867761b6 authored by Keith Owens's avatar Keith Owens Committed by Linus Torvalds

[PATCH] ia64: export pcibios_resource_to_bus to match other architectures.

Signed-off-by: default avatarKeith Owens <kaos@sgi.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d2bca7ba
......@@ -367,6 +367,7 @@ void pcibios_resource_to_bus(struct pci_dev *dev,
region->start = res->start - offset;
region->end = res->end - offset;
}
EXPORT_SYMBOL(pcibios_resource_to_bus);
void pcibios_bus_to_resource(struct pci_dev *dev,
struct resource *res, struct pci_bus_region *region)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment