* [PATCH 2/2]: PowerPC/PCI Hotplug build break
@ 2006-02-02 0:21 Linas Vepstas
0 siblings, 0 replies; only message in thread
From: Linas Vepstas @ 2006-02-02 0:21 UTC (permalink / raw)
To: Linus Torvalds, Greg KH
Cc: Andrew Morton, Linux Kernel Mailing List, linux-pci, Dave Jones,
linuxppc64-dev
Please apply ASAP:
Build break: Building PCI hotplug on PowerPC results in
a build break, due to failure to export symbols.
Reported today by Dave Jones <davej@redhat.com>:
drivers/pci/hotplug/rpaphp.ko needs unknown symbol pcibios_add_pci_devices
This patch fixes same problem in drivers/pci tree
Previous patch fixes the break in the arch/powerpc tree.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
---
rpaphp_slot.c | 1 +
1 files changed, 1 insertion(+)
Index: linux-2.6.16-rc1-git5/drivers/pci/hotplug/rpaphp_slot.c
===================================================================
--- linux-2.6.16-rc1-git5.orig/drivers/pci/hotplug/rpaphp_slot.c 2006-02-01 18:06:06.022722369 -0600
+++ linux-2.6.16-rc1-git5/drivers/pci/hotplug/rpaphp_slot.c 2006-02-01 18:11:46.049970222 -0600
@@ -159,6 +159,7 @@
dbg("%s - Exit: rc[%d]\n", __FUNCTION__, retval);
return retval;
}
+EXPORT_SYMBOL_GPL(rpaphp_deregister_slot);
int rpaphp_register_slot(struct slot *slot)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-02 0:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-02 0:21 [PATCH 2/2]: PowerPC/PCI Hotplug build break Linas Vepstas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®