On Thu, Mar 06, 2008 at 09:09:04AM -0800, Randy Dunlap wrote: > drivers/built-in.o: In function `sas_request_addr': > (.text+0x598fb): undefined reference to `request_firmware' > drivers/built-in.o: In function `sas_request_addr': > (.text+0x5998e): undefined reference to `release_firmware' > make[1]: *** [.tmp_vmlinux1] Error 1 > make: *** [sub-make] Error 2 > > drivers/scsi/libsas/sas_scsi_host.c calls request_firmware() and > release_firmware() without checking to see if CONFIG_FW_LOADER=y. Sounds like a bug in the firmware code, it should provide stubs if this config option is not present, right? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html