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

Bart Van Assche <[email protected]> Thu, 4 Jun 2026 08:51:48 -0700
Newsgroups gmane.linux.ports.ppc64.devel,gmane.linux.ports.mips,gmane.linux.kernel,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.scsi
Message-ID <[email protected]>
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.