This patch fixes the following build error reported by Toralf Förster: <-- snip --> ... MODPOST 243 modules ERROR: "sas_bios_param" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_change_queue_type" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_change_queue_depth" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_target_destroy" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_target_alloc" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_slave_destroy" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_slave_configure" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_eh_bus_reset_handler" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_eh_device_reset_handler" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_queuecommand" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_ioctl" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_register_ha" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_domain_attach_transport" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_ssp_task_response" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_slave_alloc" [drivers/scsi/mvsas.ko] undefined! ERROR: "sas_unregister_ha" [drivers/scsi/mvsas.ko] undefined! make[1]: *** [__modpost] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@kernel.org> --- --- a/drivers/scsi/aic94xx/Kconfig +++ b/drivers/scsi/aic94xx/Kconfig @@ -26,7 +26,7 @@ config SCSI_AIC94XX tristate "Adaptec AIC94xx SAS/SATA support" - depends on PCI + depends on SCSI && PCI select SCSI_SAS_LIBSAS select FW_LOADER help --
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment |
| Greg KH | Re: Linux 2.6.25.10 |
| Sam Ravnborg | Re: [RFC/PATCH] Documentation of kernel messages |
git: | |
| Peter Stahlir | Git as a filesystem |
| Ken Pratt | Re: pack operation is thrashing my server |
| Andy Parkins | svn:externals using git submodules |
| Junio C Hamano | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Mayuresh Kathe | Re: What is our ultimate goal?? |
| Richard Stallman | Real men don't attack straw men |
| L. V. Lammert | Re: How to find all package files |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Mark Lord | Re: 2.6.25-rc8: FTP transfer errors |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Vivek Dasmohapatra | 2.6.24 ipw2200 driver can't be reset after firmware explodes |
