scsi: scsi_ioctl: Remove scsi_req_init()
Merge scsi_req_init() into its only caller. Link: https://lore.kernel.org/r/20210724072033.1284840-16-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
7801104268
commit
2cece37784
@@ -28,6 +28,4 @@ static inline void scsi_req_free_cmd(struct scsi_request *req)
|
||||
kfree(req->cmd);
|
||||
}
|
||||
|
||||
void scsi_req_init(struct scsi_request *req);
|
||||
|
||||
#endif /* _SCSI_SCSI_REQUEST_H */
|
||||
|
||||
Reference in New Issue
Block a user