Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[SPARC64]: Export pcibios_resource_to_bus().

SYM2 driver uses it.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1
+1
arch/sparc64/kernel/pci.c
··· 419 419 region->start = res->start - zero_res.start; 420 420 region->end = res->end - zero_res.start; 421 421 } 422 + EXPORT_SYMBOL(pcibios_resource_to_bus); 422 423 423 424 void pcibios_bus_to_resource(struct pci_dev *pdev, struct resource *res, 424 425 struct pci_bus_region *region)