mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-14 00:04:00 +08:00
scsi: mark scsi_setup_blk_pc_cmnd static
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
This commit is contained in:
parent
87949eee7e
commit
4f1e576575
@ -1047,7 +1047,7 @@ static struct scsi_cmnd *scsi_get_cmd_from_req(struct scsi_device *sdev,
|
|||||||
return cmd;
|
return cmd;
|
||||||
}
|
}
|
||||||
|
|
||||||
int scsi_setup_blk_pc_cmnd(struct scsi_device *sdev, struct request *req)
|
static int scsi_setup_blk_pc_cmnd(struct scsi_device *sdev, struct request *req)
|
||||||
{
|
{
|
||||||
struct scsi_cmnd *cmd = req->special;
|
struct scsi_cmnd *cmd = req->special;
|
||||||
|
|
||||||
@ -1072,7 +1072,6 @@ int scsi_setup_blk_pc_cmnd(struct scsi_device *sdev, struct request *req)
|
|||||||
cmd->allowed = req->retries;
|
cmd->allowed = req->retries;
|
||||||
return BLKPREP_OK;
|
return BLKPREP_OK;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(scsi_setup_blk_pc_cmnd);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Setup a REQ_TYPE_FS command. These are simple request from filesystems
|
* Setup a REQ_TYPE_FS command. These are simple request from filesystems
|
||||||
|
@ -29,6 +29,4 @@ extern int scsi_register_interface(struct class_interface *);
|
|||||||
#define scsi_unregister_interface(intf) \
|
#define scsi_unregister_interface(intf) \
|
||||||
class_interface_unregister(intf)
|
class_interface_unregister(intf)
|
||||||
|
|
||||||
int scsi_setup_blk_pc_cmnd(struct scsi_device *sdev, struct request *req);
|
|
||||||
|
|
||||||
#endif /* _SCSI_SCSI_DRIVER_H */
|
#endif /* _SCSI_SCSI_DRIVER_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user