alpha: pcibios_resource_to_bus() is callable from normal code
authorAl Viro <[email protected]>
Sat, 22 Nov 2008 17:37:04 +0000 (17:37 +0000)
committerLinus Torvalds <[email protected]>
Sun, 30 Nov 2008 18:03:37 +0000 (10:03 -0800)
pci_enable_rom(), specifically.

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/kernel/pci.c

index 5cf45fc5134315bdc930d1a36dad08e4dc4c6dac..ff8cb638472e54cfbcb298cefb536cdfcfa0dd03 100644 (file)
@@ -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)
 {