Re: [PATCH v3 2/6] scsi: core: Move scsi_device_from_queue() to scsi_priv.h

From: Bart Van Assche

Date: Thu Jun 04 2026 - 12:03:49 EST


On 6/4/26 6:20 AM, Catalin Iacob wrote:
scsi_device_from_queue() is only referenced in drivers/scsi so move its
prototype to drivers/scsi/scsi_priv.h.
The subject of this patch suggests that the implementation of the
scsi_device_from_queue() function is moved while only the declaration
is moved.

Thanks,

Bart.