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 | org.kernel.vger.sparclinux,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mips,org.kernel.vger.linux-scsi,org.kernel.vger.linux-sh,org.ozlabs.lists.linuxppc-dev |
|---|---|
| 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.