Re: [PATCH] scsi_lib: Add #include

2017-05-08 Thread Martin K. Petersen
Bart, > 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"). Applied to 4.12/scsi-fixes. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi_lib: Add #include

2017-05-08 Thread Johannes Thumshirn
On Tue, May 02, 2017 at 10:45:03AM -0700, Bart Van Assche wrote: > 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 > Cc: Ch

[PATCH] scsi_lib: Add #include

2017-05-02 Thread Bart Van Assche
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 Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Johannes Thumshirn --- drivers/sc