aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2017-09-05 09:49:23 +0200
committerGravatar Martin K. Petersen <martin.petersen@oracle.com> 2017-09-05 08:24:14 -0400
commit580b71e9f64e0e6e9063466fce4564c56156695d (patch)
tree19cf97b24145c262764b7d33a573efab5070a361 /include
parentscsi: Remove Scsi_Host.uspace_req_q (diff)
downloadlinux-580b71e9f64e0e6e9063466fce4564c56156695d.tar.gz
linux-580b71e9f64e0e6e9063466fce4564c56156695d.tar.bz2
linux-580b71e9f64e0e6e9063466fce4564c56156695d.zip
scsi: scsi_transport_sas: select BLK_DEV_BSGLIB
Without CONFIG_BLK_DEV_BSGLIB, we get a link error here: drivers/scsi/scsi_transport_sas.o: In function `sas_bsg_initialize': scsi_transport_sas.c:(.text+0xcc0): undefined reference to `bsg_setup_queue' scsi_transport_sas.c:(.text+0xd10): undefined reference to `bsg_setup_queue' drivers/scsi/scsi_transport_sas.o: In function `sas_smp_dispatch': scsi_transport_sas.c:(.text+0xe8c): undefined reference to `bsg_job_done' This modifies the Kconfig 'select' statement accordingly, and matching what we do for the other two scsi_transport implementations that use bsglib. Fixes: 651a01364994 ("scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions