On Mon, Dec 12, 2011 at 10:20 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxx> wrote: > On 12/09/2011 10:51 AM, Randy Dunlap wrote: >> >> On Thu, December 8, 2011 9:32 pm, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20111208: >> >> (This build error was first seen in 20111208.) >> >> >> ERROR: "pci_scan_bus" [drivers/pci/hotplug/ibmphp.ko] undefined! >> >> Full randconfig file is attached. > > > Same for 20111212. I changed pci_scan_bus() from an inline function (visible to modules) to a normal function (by default, not visible to modules), which broke the ibmphp.ko build. The updated patch is attached, as well as the incremental change (just adding "EXPORT_SYMBOL(pci_scan_bus);". (Also available at git://github.com/bjorn-helgaas/linux.git on the "pci-scan-v6" branch as bef4a9eefaa69dd9bc998e29d619127d1653683d) Bjorn
Attachment:
patch.convert-pci_scan_bus
Description: Binary data
Attachment:
patch.export
Description: Binary data