On 12/13/2011 04:41 PM, Bjorn Helgaas wrote: > 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);". Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Thanks. (although those git sha hashes in the filenames did confuse 'patch'; maybe I need a newer version of patch) > (Also available at git://github.com/bjorn-helgaas/linux.git on the "pci-scan-v6" > branch as bef4a9eefaa69dd9bc998e29d619127d1653683d) > > Bjorn -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html