Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bcc17dd authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

alpha: pcibios_resource_to_bus() is callable from normal code



pci_enable_rom(), specifically.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 56d74dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ common_swizzle(struct pci_dev *dev, u8 *pinp)
	return PCI_SLOT(dev->devfn);
}

void __devinit
void
pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
			 struct resource *res)
{