public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Linux 2.6.11-rc1
       [not found] <Pine.LNX.4.58.0501112100250.2373@ppc970.osdl.org>
@ 2005-01-12  7:07 ` Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2005-01-12  7:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kernel Mailing List, linux-ia64

On Tue, 11 Jan 2005 21:09:21 -0800 (PST), 
Linus Torvalds <torvalds@osdl.org> wrote:
>Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out 
>there.

Export pcibios_resource_to_bus in ia64 to match other architectures.

Signed-off-by: Keith Owens <kaos@sgi.com>

Index: linux/arch/ia64/pci/pci.c
=================================--- linux.orig/arch/ia64/pci/pci.c	2005-01-12 17:07:23.000000000 +1100
+++ linux/arch/ia64/pci/pci.c	2005-01-12 18:04:12.000000000 +1100
@@ -367,6 +367,7 @@ void pcibios_resource_to_bus(struct pci_
 	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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-12  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.58.0501112100250.2373@ppc970.osdl.org>
2005-01-12  7:07 ` Linux 2.6.11-rc1 Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox