commit | f9bdfa0ecb3304e8b7e74862b1f4b03b6feaaeef | [log] [tgz] |
---|---|---|
author | Linas Vepstas <linas@austin.ibm.com> | Wed Feb 01 18:19:06 2006 -0600 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 01 16:35:29 2006 -0800 |
tree | d9a8bb1799ac0d8dec31acb8e3ce962e1eac21b8 | |
parent | 3c3b809e256c417847f1a96b2f9d9f66c7fcb02c [diff] |
[PATCH] PowerPC/PCI Hotplug build break 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 the break in the arch/powerpc tree. Next patch fixes same problem in drivers/pci tree Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>