[patch 1/2] git-sas Kconfig fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Darrick J. Wong" <djwong@xxxxxxxxxx>

Andrew Morton wrote:

> WARNING: "ata_sas_slave_configure" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_port_disable" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_init" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_stop" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_start" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_alloc" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_noop_qc_prep" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_tf_to_fis" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_noop_dev_select" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_tf_from_fis" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_host_init" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_queuecmd" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_destroy" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_scsi_ioctl" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_qc_complete" [drivers/scsi/libsas/libsas.ko] undefined!

The SATA-fortified libsas depends on libata for SATA support.  Kconfig
needs to know about that.  Patch is for aic94xx-sas-2.6 and apparently -mm
as well.

Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>
Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/libsas/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/libsas/Kconfig~git-sas-kconfig-fix drivers/scsi/libsas/Kconfig
--- a/drivers/scsi/libsas/Kconfig~git-sas-kconfig-fix
+++ a/drivers/scsi/libsas/Kconfig
@@ -24,7 +24,7 @@
 
 config SCSI_SAS_LIBSAS
 	tristate "SAS Domain Transport Attributes"
-	depends on SCSI
+	depends on SCSI && ATA
 	select SCSI_SAS_ATTRS
 	help
 	  This provides transport specific helpers for SAS drivers which
_
-
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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux