* [PATCH 23/32] alpha: pcibios_resource_to_bus() is callable from normal code
@ 2008-11-22 17:37 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2008-11-22 17:37 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
pci_enable_rom(), specifically.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/alpha/kernel/pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/alpha/kernel/pci.c b/arch/alpha/kernel/pci.c
--- a/arch/alpha/kernel/pci.c
+++ b/arch/alpha/kernel/pci.c
@@ -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)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-22 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 17:37 [PATCH 23/32] alpha: pcibios_resource_to_bus() is callable from normal code Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.