linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: export pcibios_remove_pci_devices()
@ 2007-05-09 20:50 John Rose
  2007-05-09 21:42 ` Linas Vepstas
  0 siblings, 1 reply; 2+ messages in thread
From: John Rose @ 2007-05-09 20:50 UTC (permalink / raw)
  To: External List, Paul Mackerras, Nathan Fontenot

The rpadlpar_io module depends on this.

Signed-off-by: John Rose <johnrose@austin.ibm.com>

--

Thanks-
John

diff -puN arch/powerpc/platforms/pseries/pci_dlpar.c~export_pci_remove arch/powerpc/platforms/pseries/pci_dlpar.c
--- 2_6_linus/arch/powerpc/platforms/pseries/pci_dlpar.c~export_pci_remove	2007-05-09 15:52:50.000000000 -0500
+++ 2_6_linus-johnrose/arch/powerpc/platforms/pseries/pci_dlpar.c	2007-05-09 15:53:12.000000000 -0500
@@ -79,6 +79,7 @@ pcibios_remove_pci_devices(struct pci_bu
 		pci_remove_bus_device(dev);
 	}
 }
+EXPORT_SYMBOL(pcibios_remove_pci_devices);
 
 /* Must be called before pci_bus_add_devices */
 void

_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc: export pcibios_remove_pci_devices()
  2007-05-09 20:50 [PATCH] powerpc: export pcibios_remove_pci_devices() John Rose
@ 2007-05-09 21:42 ` Linas Vepstas
  0 siblings, 0 replies; 2+ messages in thread
From: Linas Vepstas @ 2007-05-09 21:42 UTC (permalink / raw)
  To: John Rose; +Cc: External List, Paul Mackerras

On Wed, May 09, 2007 at 03:50:53PM -0500, John Rose wrote:
> The rpadlpar_io module depends on this.

I sent this a few days ago, it should already be in orvlads git tree by
now ... 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-09 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 20:50 [PATCH] powerpc: export pcibios_remove_pci_devices() John Rose
2007-05-09 21:42 ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).