]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: scsi_lib: Add #include <scsi/scsi_transport.h>
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 2 May 2017 17:45:03 +0000 (10:45 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 May 2017 01:44:17 +0000 (21:44 -0400)
commit7aa686d35598cbe58b3f7ce32e4ec17649190f3d
tree1edc3baffa7e93c666a996a5423d93f43801a8ca
parent7cc49bbd005a5447afafc285dd302cbb8065eb28
scsi: scsi_lib: Add #include <scsi/scsi_transport.h>

This patch avoids that when building with W=1 the compiler complains
that __scsi_init_queue() has not been declared.  See also commit
d48777a633d6 ("scsi: remove __scsi_alloc_queue").

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c